Package org.restheart.configuration
Class Configuration
java.lang.Object
org.restheart.configuration.Configuration
Class that holds the configuration.
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringundertow connetction options See http://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#common-listener-optionshttp://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#common-listener-optionsstatic final Stringstatic final Stringthe version is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build process -
Method Summary
-
Field Details
-
VERSION
the version is read from the JAR's MANIFEST.MF file, which is automatically generated by the Maven build process -
DEFAULT_ROUTE
- See Also:
-
CONNECTION_OPTIONS_KEY
undertow connetction options See http://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#common-listener-optionshttp://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#common-listener-options- See Also:
-
-
Method Details
-
toString
-
getOrDefault
-
toMap
-
coreModule
-
getProxies
- Returns:
- the proxies
-
getStaticResources
- Returns:
- the staticResources
-
httpListener
- Returns:
- the httpListener
-
httpsListener
- Returns:
- the httpsListener
-
ajpListener
- Returns:
- the ajpListener
-
getLogLevel
public ch.qos.logback.classic.Level getLogLevel()- Returns:
- the logLevel
-
logging
-
getConnectionOptions
- Returns:
- the connectionOptions
-
getPath
- Returns:
- the path of the configuration file
-