public class DeploymentUtils
extends java.lang.Object
| Constructor and Description |
|---|
DeploymentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHa(java.io.File ccrFile)
Parsed the deployment section in the passed file to determine the type of the project
specified.
|
static void |
main(java.lang.String[] args) |
static void |
parseDeployment(ServerController.ApplicationConfig app,
java.io.File ccrFile)
Parses the deployment section in the provided file and fills in the
ServerController.ApplicationConfig instance
with the parsed information. |
public static boolean isHa(java.io.File ccrFile)
throws org.apache.commons.configuration.ConfigurationException
ccrFile - org.apache.commons.configuration.ConfigurationExceptionpublic static void parseDeployment(ServerController.ApplicationConfig app, java.io.File ccrFile) throws org.apache.commons.configuration.ConfigurationException
ServerController.ApplicationConfig instance
with the parsed information.app - ccrFile - org.apache.commons.configuration.ConfigurationExceptionpublic static void main(java.lang.String[] args)