com.liferay.portal.deploy
Class DeployManagerImpl
java.lang.Object
com.liferay.portal.deploy.DeployManagerImpl
- All Implemented Interfaces:
- DeployManager
public class DeployManagerImpl
- extends Object
- implements DeployManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployManagerImpl
public DeployManagerImpl()
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