Package org.nuxeo.launcher.config
Class ConfigurationGenerator.Builder
- java.lang.Object
-
- org.nuxeo.launcher.config.ConfigurationGenerator.Builder
-
- Enclosing class:
- ConfigurationGenerator
public static class ConfigurationGenerator.Builder extends Object
- Since:
- 11.5
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
environment
protected boolean
hideDeprecationWarnings
protected boolean
init
protected Path
nuxeoConf
protected Path
nuxeoHome
protected Map<String,String>
parametersMigration
protected boolean
quiet
protected Properties
systemProperties
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationGenerator
build()
protected ConfigurationGenerator.Builder
environment(Map<String,String> environment)
ConfigurationGenerator.Builder
hideDeprecationWarnings(boolean hideDeprecationWarnings)
ConfigurationGenerator.Builder
init(boolean init)
protected ConfigurationGenerator.Builder
putSystemProperty(String key, String value)
ConfigurationGenerator.Builder
quiet(boolean quiet)
protected ConfigurationGenerator.Builder
systemProperties(Properties systemProperties)
-
-
-
Field Detail
-
nuxeoHome
protected Path nuxeoHome
-
nuxeoConf
protected Path nuxeoConf
-
systemProperties
protected Properties systemProperties
-
quiet
protected boolean quiet
-
hideDeprecationWarnings
protected boolean hideDeprecationWarnings
-
init
protected boolean init
-
-
Method Detail
-
environment
protected ConfigurationGenerator.Builder environment(Map<String,String> environment)
-
systemProperties
protected ConfigurationGenerator.Builder systemProperties(Properties systemProperties)
-
putSystemProperty
protected ConfigurationGenerator.Builder putSystemProperty(String key, String value)
-
quiet
public ConfigurationGenerator.Builder quiet(boolean quiet)
-
hideDeprecationWarnings
public ConfigurationGenerator.Builder hideDeprecationWarnings(boolean hideDeprecationWarnings)
-
init
public ConfigurationGenerator.Builder init(boolean init)
-
build
public ConfigurationGenerator build()
-
-