Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.deploy
Class DeployManagerImpl

java.lang.Object
  extended by 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


Constructor Summary
DeployManagerImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployManagerImpl

public DeployManagerImpl()
Method Detail

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

Liferay 7.0-ce-b7 portal-impl