org.codehaus.plexus.appserver.deploy
Interface Deployer
- All Known Subinterfaces:
- ApplicationDeployer, ServiceDeployer
- All Known Implementing Classes:
- AbstractDeployer, DefaultApplicationDeployer, DefaultServiceDeployer
- public interface Deployer
- Author:
- Jason van Zyl
|
Field Summary |
static java.lang.String |
ROLE
|
|
Method Summary |
void |
deploy(java.lang.String id,
java.io.File location)
|
void |
redeploy(java.lang.String id)
|
void |
undeploy(java.lang.String id)
|
ROLE
public static final java.lang.String ROLE
deploy
public void deploy(java.lang.String id,
java.io.File location)
throws ApplicationServerException
- Throws:
ApplicationServerException
redeploy
public void redeploy(java.lang.String id)
throws ApplicationServerException
- Throws:
ApplicationServerException
undeploy
public void undeploy(java.lang.String id)
throws ApplicationServerException
- Throws:
ApplicationServerException
Copyright 2001-2001-2006 Codehaus. All Rights Reserved.