org.codehaus.cargo.container.tomcat
Class TomcatDirectoryPackager
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatDirectoryPackager
public TomcatDirectoryPackager(String targetDirectory)
-
- See Also:
AbstractDirectoryPackager.AbstractDirectoryPackager(String)
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.