public interface ContainerUtil
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployableLocation(String location,
String type)
Adds a location of a deployable with the according type.
|
String |
getConfDirectory()
Retrieves the directory where the configuration files are located from
the specific container.
|
Integer |
getContainerPort()
Retrieves the port where the container is running on.
|
String |
getSharedLibDirectory()
Retrieves the directory where shared libraries can be copied to.
|
void |
start()
Starts up the installedLocalContainer and its deployed applications
|
void |
stop()
Stops the installedLocalContainer.
|
void start()
throws Exception
Exception - Is thrown when something went wrong during start up.void stop()
void addDeployableLocation(String location, String type)
location - The location where to get the deployable.type - The type of deployable. This can be one of the following
three:
Integer getContainerPort()
String getSharedLibDirectory()
String getConfDirectory()
Copyright © 2014 Tranquilized Quality. All rights reserved.