Package | Description |
---|---|
org.nuxeo.launcher |
Utility package for managing Nuxeo server processes.
|
org.nuxeo.launcher.config |
Nuxeo configuration management.
|
org.nuxeo.runtime.deployment.preprocessor |
Modifier and Type | Method and Description |
---|---|
void |
NuxeoLauncher.configure()
Configure the server after checking installation
|
static NuxeoLauncher |
NuxeoLauncher.createLauncher(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationGenerator.addTemplate(String templatesToAdd)
Add template(s) to the
ConfigurationGenerator.PARAM_TEMPLATES_NAME list if not already present |
void |
ConfigurationGenerator.checkAddressesAndPorts()
Will check the configured addresses are reachable and Nuxeo required ports are available on those addresses.
|
static void |
ConfigurationGenerator.checkAddressReachable(InetAddress address) |
void |
ConfigurationGenerator.checkJavaVersion()
Check that the process is executed with a supported Java version
|
void |
TomcatConfigurator.checkPaths() |
void |
ServerConfigurator.checkPaths()
Check server paths; warn if existing deprecated paths.
|
void |
JettyConfigurator.checkPaths() |
static void |
ConfigurationGenerator.checkPortAvailable(InetAddress address,
int port)
Checks if port is available on given address.
|
InetAddress |
ConfigurationGenerator.getBindAddress() |
static void |
ConfigurationGenerator.main(String[] args) |
void |
ConfigurationGenerator.rmTemplate(String templatesToRm)
Remove template(s) from the
ConfigurationGenerator.PARAM_TEMPLATES_NAME list |
void |
ConfigurationGenerator.run()
Runs the configuration files generation.
|
void |
ConfigurationGenerator.saveConfiguration(Map<String,String> changedParameters)
Save changed parameters in
nuxeo.conf . |
void |
ConfigurationGenerator.saveConfiguration(Map<String,String> changedParameters,
boolean setGenerationOnceToFalse,
boolean setGenerationFalseToOnce)
Save changed parameters in
nuxeo.conf calculating templates if changedParameters contains a value for
ConfigurationGenerator.PARAM_TEMPLATE_DBNAME . |
void |
ConfigurationGenerator.saveFilteredConfiguration(Map<String,String> changedParameters)
Save changed parameters in
nuxeo.conf , filtering parameters with
#getChangedParametersMap(Map, Map) |
String |
ConfigurationGenerator.setProperty(String key,
String value)
Set a property in nuxeo configuration
|
void |
ServerConfigurator.verifyInstallation() |
void |
ConfigurationGenerator.verifyInstallation()
Create needed directories.
|
Modifier and Type | Method and Description |
---|---|
void |
PackZip.execute(String order) |
void |
PackWar.execute(String command) |
static void |
PackZip.main(String[] args) |
static void |
ConfigurationGenerator.main(String[] args)
Deprecated.
Delegate call to
#org.nuxeo.launcher.config.ConfigurationGenerator.main(String[]) |
Copyright © 2015 Nuxeo SA. All rights reserved.