org.codehaus.plexus.application.deploy

Class DeployerClient

public class DeployerClient extends Object

DeployerClient

Author: Dan Diephouse

Method Summary
voiddeploy()
StringgetApplicationName()
StringgetLocation()
StringgetServerUrl()
voidredeploy()
voidsetApplicationName(String applicationName)
voidsetLocation(String location)
voidsetServerUrl(String serverUrl)
voidundeploy()

Method Detail

deploy

public void deploy()

getApplicationName

public String getApplicationName()

getLocation

public String getLocation()

Returns: Returns the directory location.

getServerUrl

public String getServerUrl()

redeploy

public void redeploy()

setApplicationName

public void setApplicationName(String applicationName)

setLocation

public void setLocation(String location)

Parameters: location The directory location to set.

setServerUrl

public void setServerUrl(String serverUrl)

undeploy

public void undeploy()
Copyright © 2001-2007 Codehaus. All Rights Reserved.