org.codehaus.plexus.application.deploy

Interface ApplicationDeployer

public interface ApplicationDeployer

Author: Peter Donald

Field Summary
StringROLE
Method Summary
voidaddApplicationListener(ApplicationListener listener)
voiddeploy(String name, String location)
ApplicationRuntimeProfilegetApplicationRuntimeProfile(String applicationName)
voidredeploy(String name, String location)
voidremoveApplicationListener(ApplicationListener listener)
voidundeploy(String name)

Field Detail

ROLE

public String ROLE

Method Detail

addApplicationListener

public void addApplicationListener(ApplicationListener listener)

deploy

public void deploy(String name, String location)

getApplicationRuntimeProfile

public ApplicationRuntimeProfile getApplicationRuntimeProfile(String applicationName)

redeploy

public void redeploy(String name, String location)

removeApplicationListener

public void removeApplicationListener(ApplicationListener listener)

undeploy

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