org.codehaus.plexus.application.deploy
Class DeployerClient
java.lang.Object
org.codehaus.plexus.application.deploy.DeployerClient
public class DeployerClient
- extends java.lang.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 java.lang.String getApplicationName()
setApplicationName
public void setApplicationName(java.lang.String applicationName)
getLocation
public java.lang.String getLocation()
- Returns:
- Returns the directory location.
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location
- The directory location to set.
getServerUrl
public java.lang.String getServerUrl()
setServerUrl
public void setServerUrl(java.lang.String serverUrl)
deploy
public void deploy()
throws org.apache.xmlrpc.XmlRpcException,
java.io.IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
java.io.IOException
redeploy
public void redeploy()
throws org.apache.xmlrpc.XmlRpcException,
java.io.IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
java.io.IOException
undeploy
public void undeploy()
throws org.apache.xmlrpc.XmlRpcException,
java.io.IOException
- Throws:
org.apache.xmlrpc.XmlRpcException
java.io.IOException
Copyright © 2001-2011 Codehaus. All Rights Reserved.