org.codehaus.cargo.container.tomcat
Class TomcatDirectoryPackager

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

public class TomcatDirectoryPackager
extends org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager

Package a Tomcat distribution.

Version:
$Id: Container.java 886 2006-02-28 12:40:47Z vmassol $

Constructor Summary
TomcatDirectoryPackager(java.lang.String targetDirectory)
          {@inheritDoc}
 
Method Summary
protected  java.util.List getConfigurationExclusions()
          
protected  java.util.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(java.lang.String targetDirectory)
{@inheritDoc}

See Also:
AbstractDirectoryPackager.AbstractDirectoryPackager(String)
Method Detail

getConfigurationExclusions

protected java.util.List getConfigurationExclusions()

See Also:
AbstractDirectoryPackager.getConfigurationExclusions()

getDistributionExclusions

protected java.util.List getDistributionExclusions()

See Also:
AbstractDirectoryPackager.getDistributionExclusions()


Copyright © 2004-2007 Codehaus. All Rights Reserved.