|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAppServerDeployer
Defines the method a deployer of application server resources must implement.
Method Summary | |
---|---|
void |
deployWar(ZipFile warFile,
String contextPath)
Deploys the given war file to the specified context path. |
void |
redeployWar(ZipFile warFile,
String contextPath)
Redeploy the given war file to the specified context path. |
void |
undeployWar(String contextPath)
Undeploys the war at the specified context path. |
Method Detail |
---|
void deployWar(ZipFile warFile, String contextPath) throws PortalException
warFile
- the war file.contextPath
- the context path.
PortalException
void redeployWar(ZipFile warFile, String contextPath) throws PortalException
warFile
- the war file.contextPath
- the context path.
PortalException
void undeployWar(String contextPath) throws PortalException
contextPath
- the context path.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |