org.codehaus.plexus.components.io.resources
Interface PlexusIoArchivedResourceCollection
- All Superinterfaces:
- PlexusIoResourceCollection
- All Known Implementing Classes:
- AbstractPlexusIoArchiveResourceCollection, PlexusIoCompressedFileResourceCollection, PlexusIoZipFileResourceCollection
public interface PlexusIoArchivedResourceCollection
- extends PlexusIoResourceCollection
Extension of PlexusIoResourceCollection
for archive
files: Zip, tar, gzip, bzip2, etc. files.
Method Summary |
java.io.File |
getFile()
Returns the archive file |
void |
setFile(java.io.File file)
Sets the arcihve file |
setFile
void setFile(java.io.File file)
- Sets the arcihve file
getFile
java.io.File getFile()
- Returns the archive file
Copyright © 2001-2011 Codehaus. All Rights Reserved.