com.liferay.portal.deploy
Class DeployManagerImpl
java.lang.Object
com.liferay.portal.deploy.DeployManagerImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.deploy.DeployManager
public class DeployManagerImpl
- extends Object
- implements com.liferay.portal.kernel.deploy.DeployManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployManagerImpl
public DeployManagerImpl()
deploy
public void deploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
throws Exception
- Specified by:
deploy in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception
getDeployDir
public String getDeployDir()
throws Exception
- Specified by:
getDeployDir in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception
getInstalledDir
public String getInstalledDir()
throws Exception
- Specified by:
getInstalledDir in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception
getInstalledPluginPackage
public com.liferay.portal.kernel.plugin.PluginPackage getInstalledPluginPackage(String context)
- Specified by:
getInstalledPluginPackage in interface com.liferay.portal.kernel.deploy.DeployManager
getInstalledPluginPackages
public List<com.liferay.portal.kernel.plugin.PluginPackage> getInstalledPluginPackages()
- Specified by:
getInstalledPluginPackages in interface com.liferay.portal.kernel.deploy.DeployManager
getLevelsRequiredDeploymentContexts
public List<String[]> getLevelsRequiredDeploymentContexts()
- Specified by:
getLevelsRequiredDeploymentContexts in interface com.liferay.portal.kernel.deploy.DeployManager
getLevelsRequiredDeploymentWARFileNames
public List<String[]> getLevelsRequiredDeploymentWARFileNames()
- Specified by:
getLevelsRequiredDeploymentWARFileNames in interface com.liferay.portal.kernel.deploy.DeployManager
isDeployed
public boolean isDeployed(String context)
- Specified by:
isDeployed in interface com.liferay.portal.kernel.deploy.DeployManager
isRequiredDeploymentContext
public boolean isRequiredDeploymentContext(String context)
- Specified by:
isRequiredDeploymentContext in interface com.liferay.portal.kernel.deploy.DeployManager
readPluginPackageProperties
public com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageProperties(String displayName,
Properties properties)
- Specified by:
readPluginPackageProperties in interface com.liferay.portal.kernel.deploy.DeployManager
readPluginPackageXml
public com.liferay.portal.kernel.plugin.PluginPackage readPluginPackageXml(String xml)
throws Exception
- Specified by:
readPluginPackageXml in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception
redeploy
public void redeploy(String context)
throws Exception
- Specified by:
redeploy in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception
undeploy
public void undeploy(String context)
throws Exception
- Specified by:
undeploy in interface com.liferay.portal.kernel.deploy.DeployManager
- Throws:
Exception