public class DeployManagerImpl
extends Object
implements com.liferay.portal.kernel.deploy.DeployManager
| Constructor and Description |
|---|
DeployManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext) |
String |
getDeployDir() |
String |
getInstalledDir() |
com.liferay.portal.kernel.plugin.PluginPackage |
getInstalledPluginPackage(String context) |
List<com.liferay.portal.kernel.plugin.PluginPackage> |
getInstalledPluginPackages() |
List<String[]> |
getLevelsRequiredDeploymentContexts() |
List<String[]> |
getLevelsRequiredDeploymentWARFileNames() |
boolean |
isDeployed(String context) |
boolean |
isRequiredDeploymentContext(String context) |
com.liferay.portal.kernel.plugin.PluginPackage |
readPluginPackageProperties(String displayName,
Properties properties) |
com.liferay.portal.kernel.plugin.PluginPackage |
readPluginPackageXml(String xml) |
void |
redeploy(String context) |
void |
undeploy(String context) |
public void deploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
throws Exception
deploy in interface com.liferay.portal.kernel.deploy.DeployManagerExceptionpublic String getDeployDir()
throws Exception
getDeployDir in interface com.liferay.portal.kernel.deploy.DeployManagerExceptionpublic String getInstalledDir()
throws Exception
getInstalledDir in interface com.liferay.portal.kernel.deploy.DeployManagerExceptionpublic com.liferay.portal.kernel.plugin.PluginPackage getInstalledPluginPackage(String context)
getInstalledPluginPackage in interface com.liferay.portal.kernel.deploy.DeployManagerpublic List<com.liferay.portal.kernel.plugin.PluginPackage> getInstalledPluginPackages()
getInstalledPluginPackages in interface com.liferay.portal.kernel.deploy.DeployManagerpublic List<String[]> getLevelsRequiredDeploymentContexts()
getLevelsRequiredDeploymentContexts in interface com.liferay.portal.kernel.deploy.DeployManagerpublic List<String[]> getLevelsRequiredDeploymentWARFileNames()
getLevelsRequiredDeploymentWARFileNames in interface com.liferay.portal.kernel.deploy.DeployManagerpublic boolean isDeployed(String context)
isDeployed in interface com.liferay.portal.kernel.deploy.DeployManagerpublic boolean isRequiredDeploymentContext(String context)
isRequiredDeploymentContext in interface com.liferay.portal.kernel.deploy.DeployManagerpublic com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageProperties(String displayName,
Properties properties)
readPluginPackageProperties in interface com.liferay.portal.kernel.deploy.DeployManagerpublic com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageXml(String xml)
throws Exception
readPluginPackageXml in interface com.liferay.portal.kernel.deploy.DeployManagerExceptionpublic void redeploy(String context)
throws Exception
redeploy in interface com.liferay.portal.kernel.deploy.DeployManagerExceptionpublic void undeploy(String context)
throws Exception
undeploy in interface com.liferay.portal.kernel.deploy.DeployManagerException