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