Package org.nuxeo.launcher.config
Class ConfigurationMarshaller.NuxeoConfContent
- java.lang.Object
-
- org.nuxeo.launcher.config.ConfigurationMarshaller.NuxeoConfContent
-
- Enclosing class:
- ConfigurationMarshaller
protected static class ConfigurationMarshaller.NuxeoConfContent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
configuratorProperties
Used to preserve the old values in nuxeo.conf.protected String
digest
protected List<String>
lines
protected Map<String,String>
properties
Used as reference to detect configurator properties.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NuxeoConfContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfiguratorLine(String line)
void
addLine(String line)
-