Package org.nuxeo.launcher.config
Class ConfigurationGenerator.Builder
java.lang.Object
org.nuxeo.launcher.config.ConfigurationGenerator.Builder
- Enclosing class:
- ConfigurationGenerator
- Since:
- 11.5
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected Path
protected Path
protected boolean
protected Properties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected ConfigurationGenerator.Builder
environment
(Map<String, String> environment) hideDeprecationWarnings
(boolean hideDeprecationWarnings) init
(boolean init) protected ConfigurationGenerator.Builder
putSystemProperty
(String key, String value) quiet
(boolean quiet) protected ConfigurationGenerator.Builder
systemProperties
(Properties systemProperties)
-
Field Details
-
nuxeoHome
-
nuxeoConf
-
environment
-
systemProperties
-
quiet
protected boolean quiet -
parametersMigration
-
hideDeprecationWarnings
protected boolean hideDeprecationWarnings -
init
protected boolean init
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
environment
-
systemProperties
-
putSystemProperty
-
quiet
-
hideDeprecationWarnings
-
init
-
build
-