Liferay 6.2-ce-ga5

com.liferay.portal.deploy.sandbox
Class ThemeSandboxHandler

java.lang.Object
  extended by com.liferay.portal.deploy.sandbox.BaseSandboxHandler
      extended by com.liferay.portal.deploy.sandbox.ThemeSandboxHandler
All Implemented Interfaces:
SandboxHandler

public class ThemeSandboxHandler
extends BaseSandboxHandler


Field Summary
 
Fields inherited from interface com.liferay.portal.deploy.sandbox.SandboxHandler
SANDBOX_MARKER
 
Constructor Summary
ThemeSandboxHandler(Deployer deployer)
           
 
Method Summary
protected  void clonePlugin(File dir, PluginPackage pluginPackage)
           
protected  String getPluginType()
           
 
Methods inherited from class com.liferay.portal.deploy.sandbox.BaseSandboxHandler
createContextXml, createPluginPackageProperties, deleteContextXml, deploy, getDisplayName, getEngineHostDir, getPluginName, isEnabled, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeSandboxHandler

public ThemeSandboxHandler(Deployer deployer)
Method Detail

clonePlugin

protected void clonePlugin(File dir,
                           PluginPackage pluginPackage)
                    throws Exception
Specified by:
clonePlugin in class BaseSandboxHandler
Throws:
Exception

getPluginType

protected String getPluginType()
Specified by:
getPluginType in class BaseSandboxHandler

Liferay 6.2-ce-ga5