org.codehaus.plexus.application.deploy
public class DeployerClient extends Object
Field Summary | |
---|---|
String | applicationName |
String | location |
String | serverUrl |
Method Summary | |
---|---|
void | deploy() |
String | getApplicationName() |
String | getLocation() |
String | getServerUrl() |
void | redeploy() |
void | setApplicationName(String applicationName) |
void | setLocation(String location) |
void | setServerUrl(String serverUrl) |
void | undeploy() |
Returns: Returns the directory location.
Parameters: location The directory location to set.