Liferay 6.2.0

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


public interface SandboxDeployListener


Method Summary
abstract  void deploy(File dir)
           
abstract  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.2.0