Liferay 6.2-ce-ga5

com.liferay.portal.deploy.auto
Class ModuleAutoDeployer

java.lang.Object
  extended by com.liferay.portal.tools.deploy.BaseDeployer
      extended by com.liferay.portal.deploy.auto.ModuleAutoDeployer
All Implemented Interfaces:
AutoDeployer, Deployer

public class ModuleAutoDeployer
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, SESSION_VERIFY_SERIALIZABLE_ATTRIBUTE, 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
ModuleAutoDeployer()
           
 
Method Summary
 int deployFile(AutoDeploymentContext autoDeploymentContext)
           
 
Methods inherited from class com.liferay.portal.tools.deploy.BaseDeployer
addExtJar, addRequiredJar, autoDeploy, checkArguments, cloneAutoDeployer, copyDependencyXml, copyDependencyXml, copyDependencyXml, copyDtds, copyJars, copyPortalDependencies, copyProperties, copyTlds, copyTomcatContextXml, copyXmls, deploy, deployDirectory, deployDirectory, deployFile, downloadJar, fixPortalDependencyJar, getDeploymentHandler, getDisplayName, getDynamicResourceServletContent, getExtraContent, getExtraFiltersContent, getIgnoreFiltersContent, getInvokerFilterContent, getInvokerFilterContent, getPluginPackageLicensesXml, getPluginPackageLiferayVersionsXml, getPluginPackageProperties, getPluginPackageRequiredDeploymentContextsXml, getPluginPackageTagsXml, getPluginPackageXmlFilterMap, getPluginType, getServletContextIncludeFiltersContent, getSessionFiltersContent, getSpeedFiltersContent, isJEEDeploymentEnabled, main, 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

ModuleAutoDeployer

public ModuleAutoDeployer()
Method Detail

deployFile

public int deployFile(AutoDeploymentContext autoDeploymentContext)
               throws Exception
Overrides:
deployFile in class BaseDeployer
Throws:
Exception

Liferay 6.2-ce-ga5