public interface ServerRuntimeConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandLineConfigFilename() |
java.lang.String |
getCommandLineDatabaseSchemaUpdateFilename() |
java.util.Map<java.lang.String,java.lang.String> |
getCommandLinePasswordChangesList() |
java.lang.String |
getCommandLinePluginsFilename() |
java.lang.String |
getCommandLineStartupScriptFilename() |
java.lang.String |
getDevicePluginsDir() |
java.util.List<EventWriter> |
getEventWriters() |
java.lang.String |
getHomeDirectory() |
boolean |
isCommandLineCreateDatabase() |
boolean |
isCommandLineUpdateDatabase() |
boolean |
isEditableAdminPermissions() |
boolean |
isFirstLaunch() |
boolean |
isGuiMode() |
boolean |
isPublicStore() |
boolean |
isSafeMode() |
boolean |
isServiceMode() |
boolean |
isStartedOnCleanSchema() |
boolean |
isUpgradeMode() |
void |
setCommandLineConfigFilename(java.lang.String commandLineConfigFilename) |
void |
setCommandLineCreateDatabase(boolean commandLineCreateDatabase) |
void |
setCommandLineDatabaseSchemaUpdateFilename(java.lang.String commandLineDatabaseSchemaUpdateFilename) |
void |
setCommandLinePluginsFilename(java.lang.String commandLinePluginsFilename) |
void |
setCommandLineStartupScriptFilename(java.lang.String commandLineStartupScriptFilename) |
void |
setCommandLineUpdateDatabase(boolean commandLineUpdateDatabase) |
void |
setEditableAdminPermissions(boolean editableAdminPermissions) |
void |
setFirstLaunch(boolean firstLaunch) |
void |
setGuiMode(boolean guiMode) |
void |
setPublicStore(boolean publicStore) |
void |
setStartedOnCleanSchema(boolean startedOnCleanSchema) |
void |
setUpgradeMode(boolean upgradeMode) |
java.lang.String getHomeDirectory()
java.lang.String getDevicePluginsDir()
java.util.List<EventWriter> getEventWriters()
boolean isCommandLineCreateDatabase()
java.lang.String getCommandLineConfigFilename()
boolean isCommandLineUpdateDatabase()
boolean isUpgradeMode()
boolean isGuiMode()
java.util.Map<java.lang.String,java.lang.String> getCommandLinePasswordChangesList()
boolean isFirstLaunch()
java.lang.String getCommandLineDatabaseSchemaUpdateFilename()
java.lang.String getCommandLineStartupScriptFilename()
boolean isServiceMode()
boolean isSafeMode()
boolean isPublicStore()
java.lang.String getCommandLinePluginsFilename()
boolean isEditableAdminPermissions()
void setCommandLineConfigFilename(java.lang.String commandLineConfigFilename)
void setCommandLineCreateDatabase(boolean commandLineCreateDatabase)
void setCommandLineUpdateDatabase(boolean commandLineUpdateDatabase)
void setUpgradeMode(boolean upgradeMode)
void setGuiMode(boolean guiMode)
void setFirstLaunch(boolean firstLaunch)
void setCommandLineDatabaseSchemaUpdateFilename(java.lang.String commandLineDatabaseSchemaUpdateFilename)
void setCommandLineStartupScriptFilename(java.lang.String commandLineStartupScriptFilename)
void setCommandLinePluginsFilename(java.lang.String commandLinePluginsFilename)
void setEditableAdminPermissions(boolean editableAdminPermissions)
void setPublicStore(boolean publicStore)
void setStartedOnCleanSchema(boolean startedOnCleanSchema)
boolean isStartedOnCleanSchema()