Package org.alfresco.filesys
Interface ExtendedServerConfigurationAccessor
-
- All Superinterfaces:
org.alfresco.jlan.server.config.ServerConfigurationAccessor
- All Known Implementing Classes:
AbstractServerConfigurationBean,ServerConfigurationBean
public interface ExtendedServerConfigurationAccessor extends org.alfresco.jlan.server.config.ServerConfigurationAccessorAn interface exposing some extended capabilities of the AbstractServerConfigurationBean.- Author:
- dward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLocalDomainName()Get the local domain/workgroup namejava.lang.StringgetLocalServerName(boolean trimDomain)Get the local server name and optionally trim the domain name
-
-
-
Method Detail
-
getLocalServerName
java.lang.String getLocalServerName(boolean trimDomain)
Get the local server name and optionally trim the domain name- Parameters:
trimDomain- boolean- Returns:
- String
-
getLocalDomainName
java.lang.String getLocalDomainName()
Get the local domain/workgroup name- Returns:
- String
-
-