com.liferay.portal.kernel.deploy
Interface DeployManager


public interface DeployManager

Author:
Jonathan Potter, Brian Wing Shun Chan, Ryan Park

Method Summary
 void deploy(java.io.File file)
           
 void deploy(java.io.File file, java.lang.String context)
           
 java.lang.String getDeployDir()
           
 java.lang.String getInstalledDir()
           
 PluginPackage getInstalledPluginPackage(java.lang.String context)
           
 java.util.List<PluginPackage> getInstalledPluginPackages()
           
 boolean isDeployed(java.lang.String context)
           
 void redeploy(java.lang.String context)
           
 void undeploy(java.lang.String context)
           
 

Method Detail

deploy

void deploy(java.io.File file)
            throws java.lang.Exception
Throws:
java.lang.Exception

deploy

void deploy(java.io.File file,
            java.lang.String context)
            throws java.lang.Exception
Throws:
java.lang.Exception

getDeployDir

java.lang.String getDeployDir()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getInstalledDir

java.lang.String getInstalledDir()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

getInstalledPluginPackage

PluginPackage getInstalledPluginPackage(java.lang.String context)

getInstalledPluginPackages

java.util.List<PluginPackage> getInstalledPluginPackages()

isDeployed

boolean isDeployed(java.lang.String context)

redeploy

void redeploy(java.lang.String context)
              throws java.lang.Exception
Throws:
java.lang.Exception

undeploy

void undeploy(java.lang.String context)
              throws java.lang.Exception
Throws:
java.lang.Exception