org.codehaus.plexus.application.deploy
Class DeployerClient
java.lang.Object
org.codehaus.plexus.application.deploy.DeployerClient
public class DeployerClient
- extends Object
DeployerClient
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerClient
public DeployerClient()
getApplicationName
public String getApplicationName()
setApplicationName
public void setApplicationName(String applicationName)
getLocation
public String getLocation()
- Returns:
- Returns the directory location.
setLocation
public void setLocation(String location)
- Parameters:
location
- The directory location to set.
getServerUrl
public String getServerUrl()
setServerUrl
public void setServerUrl(String serverUrl)
deploy
public void deploy()
throws org.apache.xmlrpc.XmlRpcException,
IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
IOException
redeploy
public void redeploy()
throws org.apache.xmlrpc.XmlRpcException,
IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
IOException
undeploy
public void undeploy()
throws org.apache.xmlrpc.XmlRpcException,
IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
IOException
Copyright © 2001-2012 Codehaus. All Rights Reserved.