Liferay 6.2-ce-ga5

com.liferay.portal.kernel.deploy
Interface DeployManager


public interface DeployManager


Method Summary
 void deploy(AutoDeploymentContext autoDeploymentContext)
           
 String getDeployDir()
           
 String getInstalledDir()
           
 PluginPackage getInstalledPluginPackage(String context)
           
 List<PluginPackage> getInstalledPluginPackages()
           
 List<String[]> getLevelsRequiredDeploymentContexts()
           
 List<String[]> getLevelsRequiredDeploymentWARFileNames()
           
 boolean isDeployed(String context)
           
 boolean isRequiredDeploymentContext(String context)
           
 PluginPackage readPluginPackageProperties(String displayName, Properties properties)
           
 PluginPackage readPluginPackageXml(String xml)
           
 void redeploy(String context)
           
 void undeploy(String context)
           
 

Method Detail

deploy

void deploy(AutoDeploymentContext autoDeploymentContext)
            throws Exception
Throws:
Exception

getDeployDir

String getDeployDir()
                    throws Exception
Throws:
Exception

getInstalledDir

String getInstalledDir()
                       throws Exception
Throws:
Exception

getInstalledPluginPackage

PluginPackage getInstalledPluginPackage(String context)

getInstalledPluginPackages

List<PluginPackage> getInstalledPluginPackages()

getLevelsRequiredDeploymentContexts

List<String[]> getLevelsRequiredDeploymentContexts()

getLevelsRequiredDeploymentWARFileNames

List<String[]> getLevelsRequiredDeploymentWARFileNames()

isDeployed

boolean isDeployed(String context)

isRequiredDeploymentContext

boolean isRequiredDeploymentContext(String context)

readPluginPackageProperties

PluginPackage readPluginPackageProperties(String displayName,
                                          Properties properties)

readPluginPackageXml

PluginPackage readPluginPackageXml(String xml)
                                   throws Exception
Throws:
Exception

redeploy

void redeploy(String context)
              throws Exception
Throws:
Exception

undeploy

void undeploy(String context)
              throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5