Class JettyDirectoryPackager
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
-
- org.codehaus.cargo.container.jetty.JettyDirectoryPackager
-
public class JettyDirectoryPackager extends AbstractDirectoryPackager
Packager for a Jetty distribution.
-
-
Constructor Summary
Constructors Constructor Description JettyDirectoryPackager(String targetDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
getConfigurationExclusions()
protected List<String>
getDistributionExclusions()
-
Methods inherited from class org.codehaus.cargo.container.spi.packager.AbstractDirectoryPackager
getFileHandler, getTargetDirectory, packageContainer, setFileHandler, setLogger
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger
-
-
-
-
Constructor Detail
-
JettyDirectoryPackager
public JettyDirectoryPackager(String targetDirectory)
- See Also:
AbstractDirectoryPackager(String)
-
-
Method Detail
-
getConfigurationExclusions
protected List<String> getConfigurationExclusions()
- Specified by:
getConfigurationExclusions
in classAbstractDirectoryPackager
- 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()
.
-
getDistributionExclusions
protected List<String> getDistributionExclusions()
- Specified by:
getDistributionExclusions
in classAbstractDirectoryPackager
- 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()
.
-
-