Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.deploy
Class HookDeployer

java.lang.Object
  extended by com.liferay.portal.tools.deploy.BaseDeployer
      extended by com.liferay.portal.tools.deploy.HookDeployer
All Implemented Interfaces:
AutoDeployer, Deployer
Direct Known Subclasses:
HookAutoDeployer

public class HookDeployer
extends BaseDeployer


Field Summary
 
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
 
Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION
 
Constructor Summary
HookDeployer()
           
HookDeployer(List<String> wars, List<String> jars)
           
 
Method Summary
 void copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
 String getPluginType()
           
static void main(String[] args)
           
 
Methods inherited from class com.liferay.portal.tools.deploy.BaseDeployer
addExtJar, addRequiredJar, autoDeploy, checkArguments, copyDependencyXml, copyDependencyXml, copyDependencyXml, copyDtds, copyJars, copyPortalDependencies, copyProperties, copyTlds, copyTomcatContextXml, deploy, deployDirectory, deployDirectory, deployFile, deployFile, downloadJar, fixPortalDependencyJar, getDeploymentHandler, getDisplayName, getExtraContent, getExtraFiltersContent, getIgnoreFiltersContent, getInvokerFilterContent, getInvokerFilterContent, getPluginPackageLicensesXml, getPluginPackageLiferayVersionsXml, getPluginPackageProperties, getPluginPackageTagsXml, getPluginPackageXmlFilterMap, getServletContextIncludeFiltersContent, getSessionFiltersContent, getSpeedFiltersContent, isJEEDeploymentEnabled, mergeDirectory, postDeploy, postDeployGlassfish, postDeployJBoss, postDeployWebSphere, processPluginPackageProperties, 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
 

Constructor Detail

HookDeployer

public HookDeployer()

HookDeployer

public HookDeployer(List<String> wars,
                    List<String> jars)
Method Detail

main

public static void main(String[] args)

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

getPluginType

public String getPluginType()
Overrides:
getPluginType in class BaseDeployer

Liferay 6.1.2-ce-ga3