Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy
Class DeployManagerImpl

java.lang.Object
  extended by com.liferay.portal.deploy.DeployManagerImpl
All Implemented Interfaces:
DeployManager

public class DeployManagerImpl
extends Object
implements DeployManager


Constructor Summary
DeployManagerImpl()
           
 
Method Summary
 void deploy(AutoDeploymentContext autoDeploymentContext)
           
 String getDeployDir()
           
 String getInstalledDir()
           
 PluginPackage getInstalledPluginPackage(String context)
           
 List<PluginPackage> getInstalledPluginPackages()
           
 boolean isDeployed(String context)
           
 PluginPackage readPluginPackageProperties(String displayName, Properties properties)
           
 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(AutoDeploymentContext autoDeploymentContext)
            throws Exception
Specified by:
deploy in interface DeployManager
Throws:
Exception

getDeployDir

public String getDeployDir()
                    throws Exception
Specified by:
getDeployDir in interface DeployManager
Throws:
Exception

getInstalledDir

public String getInstalledDir()
                       throws Exception
Specified by:
getInstalledDir in interface DeployManager
Throws:
Exception

getInstalledPluginPackage

public PluginPackage getInstalledPluginPackage(String context)
Specified by:
getInstalledPluginPackage in interface DeployManager

getInstalledPluginPackages

public List<PluginPackage> getInstalledPluginPackages()
Specified by:
getInstalledPluginPackages in interface DeployManager

isDeployed

public boolean isDeployed(String context)
Specified by:
isDeployed in interface DeployManager

readPluginPackageProperties

public PluginPackage readPluginPackageProperties(String displayName,
                                                 Properties properties)
Specified by:
readPluginPackageProperties in interface DeployManager

readPluginPackageXml

public PluginPackage readPluginPackageXml(String xml)
                                   throws Exception
Specified by:
readPluginPackageXml in interface DeployManager
Throws:
Exception

redeploy

public void redeploy(String context)
              throws Exception
Specified by:
redeploy in interface DeployManager
Throws:
Exception

undeploy

public void undeploy(String context)
              throws Exception
Specified by:
undeploy in interface DeployManager
Throws:
Exception

Liferay 6.1.2-ce-ga3