Liferay 6.0-ee-sp2

com.liferay.portal.kernel.deploy
Interface DeployManager


public interface DeployManager


Method Summary
 void deploy(File source)
           
 void deploy(File source, String context)
           
 String getDeployDir()
           
 void redeploy(String context)
           
 void undeploy(String context)
           
 

Method Detail

deploy

void deploy(File source)
            throws Exception
Throws:
Exception

deploy

void deploy(File source,
            String context)
            throws Exception
Throws:
Exception

getDeployDir

String getDeployDir()
                    throws Exception
Throws:
Exception

redeploy

void redeploy(String context)
              throws Exception
Throws:
Exception

undeploy

void undeploy(String context)
              throws Exception
Throws:
Exception

Liferay 6.0-ee-sp2