public class FilesystemsConfigSection extends ConfigSection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SectionName |
| Constructor and Description |
|---|
FilesystemsConfigSection(ServerConfiguration config)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFileStateCache(java.lang.String filesysName,
FileStateCache stateCache)
Add a file state cache to the file state reaper thread, to scan for expired file states
|
boolean |
addShare(SharedDevice shr)
Add a shared device to the server configuration.
|
void |
closeConfig()
Close the configuration section
|
SharedDeviceList |
getShares()
Return the shared device list.
|
fireConfigurationChange, getSectionName, getServerConfiguration, isUpdated, setUpdatedpublic static final java.lang.String SectionName
public FilesystemsConfigSection(ServerConfiguration config)
config - ServerConfigurationpublic final SharedDeviceList getShares()
public final boolean addShare(SharedDevice shr)
shr - SharedDevicepublic final void addFileStateCache(java.lang.String filesysName,
FileStateCache stateCache)
filesysName - StringstateCache - FileStateCachepublic final void closeConfig()
closeConfig in class ConfigSectionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.