Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.deploy.sandbox
Interface SandboxDeployListener


public interface SandboxDeployListener


Method Summary
 void deploy(File dir)
           
 void undeploy(File dir)
           
 

Method Detail

deploy

void deploy(File dir)
            throws SandboxDeployException
Throws:
SandboxDeployException

undeploy

void undeploy(File dir)
              throws SandboxDeployException
Throws:
SandboxDeployException

Liferay 6.1.2-ce-ga3