- getAppProperties() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Here is the algorithm used to find the configuration file :
1) If getSpecificAppPropertiesFilePath() is not null,
we use it as the path.
- getConfig(String) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfig(String, String) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfig(String) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a String configuration and throws an exception if the
specified key is not found.
- getConfig(String, String) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a String configuration and uses the specified default value if the
key is not found.
- getConfig(String, Object, boolean) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a configuration.
- getConfigBoolean(String) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfigBoolean(String, Boolean) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfigBoolean(String) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a boolean configuration and throws an exception if the
specified key is not found.
- getConfigBoolean(String, Boolean) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a boolean configuration and uses the specified default value if the
key is not found.
- getConfigInteger(String) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfigInteger(String, Integer) - Method in interface org.spincast.plugins.configpropsfile.IFreeKeyConfig
-
- getConfigInteger(String) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a integer configuration and throws an exception if the
specified key is not found.
- getConfigInteger(String, Integer) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
Gets a integer configuration and uses the specified default value if the
key is not found.
- getConfigKeyEnvironmentIsDebug() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyEnvironmentName() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpServerPort() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpsServerKeystoreKeyPass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpsServerKeystorePath() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpsServerKeystoreStorePass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpsServerKeystoreType() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyHttpsServerPort() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getConfigKeyServerHost() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getEnvironmentName() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getFoundPropertiesFilePath() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
The path to the acutally found .properties file.
- getHttpServerPort() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getHttpsKeyStoreKeypass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getHttpsKeyStorePath() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getHttpsKeyStoreStorePass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getHttpsKeyStoreType() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getHttpsServerPort() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getMainArgs() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getNextToJarConfigFileName() - Method in interface org.spincast.plugins.configpropsfile.ISpincastConfigPropsFileBasedConfig
-
The name of the .properties file to search for next
to the .jar file of the application.
- getNextToJarConfigFileName() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBasedConfigDefault
-
- getPluginConfig() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getServerHost() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getSpecificAppPropertiesFilePath() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-
- getSpecificPathMainArgsPosition() - Method in interface org.spincast.plugins.configpropsfile.ISpincastConfigPropsFileBasedConfig
-
The position of the main argument that specifies
the path to the .properties file to use for the
configurations.
- getSpecificPathMainArgsPosition() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBasedConfigDefault
-
- getSpincastConfigImplClass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
-
- getSpincastUtils() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
-