org.codehaus.cargo.container.tomcat
Class TomcatDirectoryPackager

java.lang.Object
  extended by org.codehaus.cargo.util.log.LoggedObject
      extended by org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
          extended by org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
All Implemented Interfaces:
Packager, Loggable

public class TomcatDirectoryPackager
extends AbstractDirectoryPackager

Package a Tomcat distribution.

Version:
$Id: TomcatDirectoryPackager.java 1705 2008-09-02 13:14:55Z adriana $

Constructor Summary
TomcatDirectoryPackager(String targetDirectory)
          
 
Method Summary
protected  List getConfigurationExclusions()
          
protected  List getDistributionExclusions()
          
 
Methods inherited from class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
getFileHandler, getTargetDirectory, packageContainer, setFileHandler
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatDirectoryPackager

public TomcatDirectoryPackager(String targetDirectory)

See Also:
AbstractDirectoryPackager.AbstractDirectoryPackager(String)
Method Detail

getConfigurationExclusions

protected List getConfigurationExclusions()

Specified by:
getConfigurationExclusions in class AbstractDirectoryPackager
Returns:
the list of configuration files (specified as Ant File patterns) which will not be present in the generated package. These files are files found in LocalConfiguration.getHome().
See Also:
AbstractDirectoryPackager.getConfigurationExclusions()

getDistributionExclusions

protected List getDistributionExclusions()

Specified by:
getDistributionExclusions in class AbstractDirectoryPackager
Returns:
the list of distribution files (specified as Ant File patterns) which will not be present in the generated package. These files are files found in InstalledLocalContainer.getHome().
See Also:
AbstractDirectoryPackager.getDistributionExclusions()


Copyright © 2004-2012 Codehaus. All Rights Reserved.