public interface IAppServerDeployer
Modifier and Type | Method and Description |
---|---|
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.
|
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
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.