public class DriveMappingsConfigSection extends ConfigSection
Modifier and Type | Field and Description |
---|---|
static 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, setUpdated
public static final 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
- DriveMappingListInvalidConfigurationException
public final void setDebug(boolean dbg)
dbg
- booleanCopyright © 2005–2017 Alfresco Software. All rights reserved.