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

All Known Implementing Classes:
BaseSandboxDeployListener

public interface SandboxDeployListener

View Source

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