Liferay 6.2.0

com.liferay.portal.kernel.deploy
Interface DeployManager

All Known Implementing Classes:
DeployManagerImpl

public interface DeployManager


Method Summary
abstract  void deploy(AutoDeploymentContext autoDeploymentContext)
           
abstract  String getDeployDir()
           
abstract  String getInstalledDir()
           
abstract  PluginPackage getInstalledPluginPackage(String context)
           
abstract  List<PluginPackage> getInstalledPluginPackages()
           
abstract  List<String[]> getLevelsRequiredDeploymentContexts()
           
abstract  List<String[]> getLevelsRequiredDeploymentWARFileNames()
           
abstract  boolean isDeployed(String context)
           
abstract  boolean isRequiredDeploymentContext(String context)
           
abstract  PluginPackage readPluginPackageProperties(String displayName, Properties properties)
           
abstract  PluginPackage readPluginPackageXml(String xml)
           
abstract  void redeploy(String context)
           
abstract  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.0