Skip navigation links
A B C G I L O S 

A

APP_PROPERTIES_FILE_NAME - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_ENVIRONMENT_IS_DEBUG - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_ENVIRONMENT_NAME - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTP_SERVER_PORT - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTPS_SERVER_KEYSTORE_KEYPASS - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTPS_SERVER_KEYSTORE_PATH - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTPS_SERVER_KEYSTORE_STOREPASS - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTPS_SERVER_KEYSTORE_TYPE - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_HTTPS_SERVER_PORT - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
APP_PROPERTIES_KEY_SERVER_HOST - Static variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 

B

bindSpincastConfig() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
 

C

configure() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
 

G

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 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 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.
getConfigFileName() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
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
 
getRequestContextType() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
 
getServerHost() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
getSpecificAppPropertiesFilePath() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
getSpincastConfigImplClass() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
 
getSpincastUtils() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 

I

isDebugEnabled() - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 

L

logger - Variable in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
 
lookForPropsFileSpecificPath(String[]) - Method in class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
If the properties file is not at the default location where this plugin will search for it, it is possible to simply reuturn the path here.

O

org.spincast.plugins.configpropsfile - package org.spincast.plugins.configpropsfile
 

S

SpincastConfigPropsFileBased - Class in org.spincast.plugins.configpropsfile
This configuration implementation will try to find a properties file to load the configurations.
SpincastConfigPropsFileBased(ISpincastUtils, String[]) - Constructor for class org.spincast.plugins.configpropsfile.SpincastConfigPropsFileBased
Constructor
SpincastConfigPropsFilePluginGuiceModule - Class in org.spincast.plugins.configpropsfile
Guice module for the Spincast Config based on a properties file plugin.
SpincastConfigPropsFilePluginGuiceModule(Type) - Constructor for class org.spincast.plugins.configpropsfile.SpincastConfigPropsFilePluginGuiceModule
Constructor.
A B C G I L O S 
Skip navigation links

Copyright © 2016. All rights reserved.