Package org.alfresco.repo.mode
Interface ServerModeProvider
-
- All Known Implementing Classes:
ServerModeImpl
public interface ServerModeProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerModegetServerMode()Get the Server Mode which is a configuration property set via alfresco-global.propertues.
-
-
-
Method Detail
-
getServerMode
ServerMode getServerMode()
Get the Server Mode which is a configuration property set via alfresco-global.propertues. It is not persisted anywhere in the database.- Returns:
- the server mode
-
-