com.liferay.portal.kernel.deploy
Interface DeployManager
public interface DeployManager
- Author:
- Jonathan Potter, Brian Wing Shun Chan, Ryan Park
deploy
void deploy(java.io.File file)
throws java.lang.Exception
- Throws:
java.lang.Exception
deploy
void deploy(java.io.File file,
java.lang.String context)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDeployDir
java.lang.String getDeployDir()
throws java.lang.Exception
- Throws:
java.lang.Exception
getInstalledDir
java.lang.String getInstalledDir()
throws java.lang.Exception
- Throws:
java.lang.Exception
getInstalledPluginPackage
PluginPackage getInstalledPluginPackage(java.lang.String context)
getInstalledPluginPackages
java.util.List<PluginPackage> getInstalledPluginPackages()
isDeployed
boolean isDeployed(java.lang.String context)
redeploy
void redeploy(java.lang.String context)
throws java.lang.Exception
- Throws:
java.lang.Exception
undeploy
void undeploy(java.lang.String context)
throws java.lang.Exception
- Throws:
java.lang.Exception