|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.runtime.deployment.preprocessor.ConfigurationGenerator
public class ConfigurationGenerator
Builder for server configuration and datasource files from templates and properties.
Field Summary | |
---|---|
static String |
NUXEO_CONF
|
protected static String |
NUXEO_DEFAULT_CONF
|
static String |
NUXEO_HOME
|
protected static String |
PARAM_FORCE_GENERATION
|
protected static String |
PARAM_INCLUDED_TEMPLATES
Absolute or relative PATH to the included templates (comma separated list) |
protected static String |
PARAM_TEMPLATE_NAME
Deprecated. use PARAM_TEMPLATES_NAME instead |
protected static String |
PARAM_TEMPLATES_NAME
Absolute or relative PATH to the user chosen templates (comma separated list) |
protected static String |
TEMPLATES
|
Constructor Summary | |
---|---|
ConfigurationGenerator()
|
Method Summary | |
---|---|
protected void |
browseTemplates()
|
protected void |
generateFiles()
|
List<File> |
getIncludedTemplates()
|
File |
getNuxeoDefaultConf()
|
File |
getNuxeoHome()
|
Properties |
getUserConfig()
|
void |
run()
Run the configuration files generation |
void |
setForceGeneration(boolean forceGeneration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NUXEO_HOME
public static final String NUXEO_CONF
protected static final String TEMPLATES
protected static final String NUXEO_DEFAULT_CONF
protected static final String PARAM_TEMPLATE_NAME
PARAM_TEMPLATES_NAME
instead
protected static final String PARAM_TEMPLATES_NAME
protected static final String PARAM_INCLUDED_TEMPLATES
protected static final String PARAM_FORCE_GENERATION
Constructor Detail |
---|
public ConfigurationGenerator()
Method Detail |
---|
public void setForceGeneration(boolean forceGeneration)
public Properties getUserConfig()
public void run() throws ConfigurationException
ConfigurationException
protected void generateFiles() throws ConfigurationException
ConfigurationException
protected void browseTemplates() throws FileNotFoundException, IOException, ConfigurationException
FileNotFoundException
IOException
ConfigurationException
public File getNuxeoHome()
public File getNuxeoDefaultConf()
public List<File> getIncludedTemplates()
|
Nuxeo Enterprise Platform 5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |