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


public interface SandboxDeployListener

Author:
Igor Spasic, Brian Wing Shun Chan

Method Summary
 void deploy(java.io.File dir)
           
 void undeploy(java.io.File dir)
           
 

Method Detail

deploy

void deploy(java.io.File dir)
            throws SandboxDeployException
Throws:
SandboxDeployException

undeploy

void undeploy(java.io.File dir)
              throws SandboxDeployException
Throws:
SandboxDeployException