org.codehaus.plexus.application.deploy
Interface ApplicationDeployer
- All Known Implementing Classes:
- DefaultApplicationDeployer
public interface ApplicationDeployer
- Author:
- Peter Donald
ROLE
static final String ROLE
deploy
void deploy(String name,
String location)
throws ApplicationServerException
- Throws:
ApplicationServerException
redeploy
void redeploy(String name,
String location)
throws ApplicationServerException
- Throws:
ApplicationServerException
undeploy
void undeploy(String name)
throws ApplicationServerException
- Throws:
ApplicationServerException
addApplicationListener
void addApplicationListener(ApplicationListener listener)
removeApplicationListener
void removeApplicationListener(ApplicationListener listener)
getApplicationRuntimeProfile
ApplicationRuntimeProfile getApplicationRuntimeProfile(String applicationName)
throws ApplicationServerException
- Throws:
ApplicationServerException
Copyright © 2001-2011 Codehaus. All Rights Reserved.