Liferay 6.1.10-ee-ga1

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(File file)
           
 void deploy(File file, String context)
           
 String getDeployDir()
           
 String getInstalledDir()
           
 PluginPackage getInstalledPluginPackage(String context)
           
 List<PluginPackage> getInstalledPluginPackages()
           
 boolean isDeployed(String context)
           
 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(File file)
            throws Exception
Specified by:
deploy in interface DeployManager
Throws:
Exception

deploy

public void deploy(File file,
                   String context)
            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

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.10-ee-ga1