public class DriveMappingsConfigSection extends ConfigSection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SectionName |
| Constructor and Description |
|---|
DriveMappingsConfigSection(ServerConfiguration config)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
DriveMappingList |
getMappedDrives()
Return the mapped drives list
|
boolean |
hasDebug()
Check if debug output is enabled
|
boolean |
hasMappedDrives()
Determine if there are mapped drives specified to be added when the SMB/CIFS server has started
|
void |
setDebug(boolean dbg)
Enable/disable debug output
|
int |
setMappedDrives(DriveMappingList mappedDrives)
Add a list of mapped drives
|
closeConfig, fireConfigurationChange, getSectionName, getServerConfiguration, isUpdated, setUpdatedpublic static final java.lang.String SectionName
public DriveMappingsConfigSection(ServerConfiguration config)
config - ServerConfigurationpublic final boolean hasDebug()
public final boolean hasMappedDrives()
public final DriveMappingList getMappedDrives()
public final int setMappedDrives(DriveMappingList mappedDrives) throws InvalidConfigurationException
mappedDrives - DriveMappingListInvalidConfigurationExceptionpublic final void setDebug(boolean dbg)
dbg - booleanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.