Class EnvironmentVariableConfigurationProvider
- java.lang.Object
-
- eu.xenit.alfresco.tomcat.embedded.config.EnvironmentVariableConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class EnvironmentVariableConfigurationProvider extends java.lang.Object implements ConfigurationProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACCESS_LOGGINGstatic java.lang.StringJSON_LOGGINGstatic java.lang.StringTOMCAT_WEBAPPS
-
Constructor Summary
Constructors Constructor Description EnvironmentVariableConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConfiguration(Configuration baseConfiguration)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.xenit.alfresco.tomcat.embedded.config.ConfigurationProvider
getConfiguration
-
-
-
-
Field Detail
-
TOMCAT_WEBAPPS
public static final java.lang.String TOMCAT_WEBAPPS
- See Also:
- Constant Field Values
-
JSON_LOGGING
public static final java.lang.String JSON_LOGGING
- See Also:
- Constant Field Values
-
ACCESS_LOGGING
public static final java.lang.String ACCESS_LOGGING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfiguration
public Configuration getConfiguration(Configuration baseConfiguration)
- Specified by:
getConfigurationin interfaceConfigurationProvider
-
-