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.DeployManager
Exception
public String getDeployDir() throws Exception
getDeployDir
in interface com.liferay.portal.kernel.deploy.DeployManager
Exception
public String getInstalledDir() throws Exception
getInstalledDir
in interface com.liferay.portal.kernel.deploy.DeployManager
Exception
public com.liferay.portal.kernel.plugin.PluginPackage getInstalledPluginPackage(String context)
getInstalledPluginPackage
in interface com.liferay.portal.kernel.deploy.DeployManager
public List<com.liferay.portal.kernel.plugin.PluginPackage> getInstalledPluginPackages()
getInstalledPluginPackages
in interface com.liferay.portal.kernel.deploy.DeployManager
public List<String[]> getLevelsRequiredDeploymentContexts()
getLevelsRequiredDeploymentContexts
in interface com.liferay.portal.kernel.deploy.DeployManager
public List<String[]> getLevelsRequiredDeploymentWARFileNames()
getLevelsRequiredDeploymentWARFileNames
in interface com.liferay.portal.kernel.deploy.DeployManager
public boolean isDeployed(String context)
isDeployed
in interface com.liferay.portal.kernel.deploy.DeployManager
public boolean isRequiredDeploymentContext(String context)
isRequiredDeploymentContext
in interface com.liferay.portal.kernel.deploy.DeployManager
public com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageProperties(String displayName, Properties properties)
readPluginPackageProperties
in interface com.liferay.portal.kernel.deploy.DeployManager
public com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageXml(String xml) throws Exception
readPluginPackageXml
in interface com.liferay.portal.kernel.deploy.DeployManager
Exception
public void redeploy(String context) throws Exception
redeploy
in interface com.liferay.portal.kernel.deploy.DeployManager
Exception
public void undeploy(String context) throws Exception
undeploy
in interface com.liferay.portal.kernel.deploy.DeployManager
Exception