Liferay 6.0.5

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
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
 
Constructor Summary
protected HookDeployer()
           
protected HookDeployer(List<String> wars, List<String> jars)
           
 
Method Summary
protected  void copyXmls(File srcFile, String displayName, PluginPackage pluginPackage)
           
protected  String getExtraContent(double webXmlVersion, File srcFile, String displayName)
           
static void main(String[] args)
           
 
Methods inherited from class com.liferay.portal.tools.deploy.BaseDeployer
addExtJar, addRequiredJar, checkArguments, copyDependencyXml, copyDependencyXml, copyDependencyXml, copyJars, copyPortalDependencies, copyProperties, copyTlds, deploy, deployDirectory, deployDirectory, deployFile, deployFile, downloadJar, getDeploymentHandler, getDisplayName, getPluginPackageLicensesXml, getPluginPackageLiferayVersionsXml, getPluginPackageProperties, getPluginPackageTagsXml, getSpeedFiltersContent, isJEEDeploymentEnabled, mergeDirectory, processPluginPackageProperties, readPluginPackage, rewriteFiles, updateDeployDirectory, updateGeronimoWebXml, updateWebXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookDeployer

protected HookDeployer()

HookDeployer

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

main

public static void main(String[] args)

copyXmls

protected void copyXmls(File srcFile,
                        String displayName,
                        PluginPackage pluginPackage)
                 throws Exception
Overrides:
copyXmls in class BaseDeployer
Throws:
Exception

getExtraContent

protected String getExtraContent(double webXmlVersion,
                                 File srcFile,
                                 String displayName)
                          throws Exception
Overrides:
getExtraContent in class BaseDeployer
Throws:
Exception

Liferay 6.0.5