Package org.apache.ant.compress.resources

Interface Summary
CommonsCompressArchiveScanner.ResourceBuilder  
 

Class Summary
Archives A resource collection that treats all nested resources as archives and returns the contents of the archives as its content.
ArFileSet A ArFileSet is a FileSet with extra attributes useful in the context of Ar tasks.
ArResource A Resource representation of an entry in a ar archive.
BZip2Resource A BZip2 compressed resource.
CommonsCompressArchiveResource A Resource representation of an entry in a commons compress archive.
CommonsCompressArchiveScanner Scans tar archives for resources.
CommonsCompressCompressorResource A compressed resource.
CpioFileSet A CpioFileSet is a FileSet with extra attributes useful in the context of Cpio tasks.
CpioResource A Resource representation of an entry in a cpio archive.
DevZeroResource A resource that returns arbitrary many 0-bytes as its content.
DumpFileSet A DumpFileSet is a FileSet with extra attributes useful in the context of Dump tasks.
DumpResource A Resource representation of an entry in a dump archive.
GZipResource A GZip compressed resource.
Pack200Resource A Pack200 compressed resource.
TarFileSet A TarFileSet is a FileSet with extra attributes useful in the context of Tar tasks.
TarResource A Resource representation of an entry in a tar archive.
ZipFileSet A ZipFileSet is a FileSet with extra attributes useful in the context of Zip/Jar tasks.
ZipResource A Resource representation of an entry in a zipfile.
ZipScanner Scans zip archives for resources.