com.liferay.portal.deploy.sandbox
Class ThemeSandboxDeployListener
java.lang.Object
com.liferay.portal.tools.deploy.BaseDeployer
com.liferay.portal.tools.deploy.ThemeDeployer
com.liferay.portal.deploy.sandbox.ThemeSandboxDeployListener
- All Implemented Interfaces:
- AutoDeployer, Deployer, SandboxDeployListener
public class ThemeSandboxDeployListener
- extends ThemeDeployer
- implements SandboxDeployListener
Fields inherited from class com.liferay.portal.tools.deploy.BaseDeployer |
appServerType, auiTaglibDTD, baseDir, DEPLOY_TO_PREFIX, destDir, filePattern, jars, jbossPrefix, portletExtTaglibDTD, portletTaglibDTD, securityTaglibDTD, themeTaglibDTD, tomcatLibDir, uiTaglibDTD, unpackWar, utilTaglibDTD, wars |
Methods inherited from class com.liferay.portal.tools.deploy.BaseDeployer |
addExtJar, addRequiredJar, autoDeploy, copyDependencyXml, copyDependencyXml, copyDependencyXml, copyDtds, copyJars, copyPortalDependencies, copyProperties, copyTlds, copyTomcatContextXml, deploy, deployDirectory, deployDirectory, deployFile, deployFile, downloadJar, fixPortalDependencyJar, getDeploymentHandler, getExtraContent, getIgnoreFiltersContent, getInvokerFilterContent, getInvokerFilterContent, getPluginPackageLicensesXml, getPluginPackageLiferayVersionsXml, getPluginPackageProperties, getPluginPackageTagsXml, getPluginPackageXmlFilterMap, getServletContextIncludeFiltersContent, getSessionFiltersContent, getSpeedFiltersContent, isJEEDeploymentEnabled, mergeDirectory, postDeploy, postDeployGlassfish, postDeployJBoss, postDeployWebSphere, readPluginPackage, rewriteFiles, secureWebXml, setAppServerType, setAuiTaglibDTD, setBaseDir, setDestDir, setFilePattern, setJars, setJbossPrefix, setPortletExtTaglibDTD, setPortletTaglibDTD, setSecurityTaglibDTD, setThemeTaglibDTD, setTomcatLibDir, setUiTaglibDTD, setUnpackWar, setUtilTaglibDTD, setWars, updateDeployDirectory, updateGeronimoWebXml, updateLiferayWebXml, updateWebXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeSandboxDeployListener
public ThemeSandboxDeployListener()
copyXmls
public void copyXmls(File srcFile,
String displayName,
PluginPackage pluginPackage)
throws Exception
- Specified by:
copyXmls
in interface Deployer
- Overrides:
copyXmls
in class BaseDeployer
- Throws:
Exception
deploy
public void deploy(File dir)
throws SandboxDeployException
- Specified by:
deploy
in interface SandboxDeployListener
- Throws:
SandboxDeployException
getDisplayName
public String getDisplayName(File srcFile)
- Overrides:
getDisplayName
in class BaseDeployer
undeploy
public void undeploy(File dir)
throws SandboxDeployException
- Specified by:
undeploy
in interface SandboxDeployListener
- Throws:
SandboxDeployException