Liferay 6.2-ce-ga5

com.liferay.portal.deploy.sandbox
Interface SandboxHandler

All Known Implementing Classes:
BaseSandboxHandler, PortletSandboxHandler, ThemeSandboxHandler

public interface SandboxHandler


Field Summary
static String SANDBOX_MARKER
           
 
Method Summary
 void deploy(File dir)
           
 String getDisplayName(String dirName)
           
 void undeploy(File dir)
           
 

Field Detail

SANDBOX_MARKER

static final String SANDBOX_MARKER
See Also:
Constant Field Values
Method Detail

deploy

void deploy(File dir)
            throws SandboxDeployException
Throws:
SandboxDeployException

getDisplayName

String getDisplayName(String dirName)

undeploy

void undeploy(File dir)
              throws SandboxDeployException
Throws:
SandboxDeployException

Liferay 6.2-ce-ga5