Interface PlexusIoArchivedResourceCollection
- All Superinterfaces:
Iterable<PlexusIoResource>
,PlexusIoResourceCollection
- All Known Implementing Classes:
AbstractPlexusIoArchiveResourceCollection
,PlexusIoCompressedFileResourceCollection
Extension of
PlexusIoResourceCollection
for archive
files: zip, tar, gzip, bzip2, etc. files.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
getInputStream, getLastModified, getName, getResources, isConcurrentAccessSupported, resolve, stream
-
Method Details
-
setFile
Sets the archive file -
getFile
File getFile()Returns the archive file
-