Interface PlexusIoArchivedResourceCollection
-
- All Superinterfaces:
Iterable<PlexusIoResource>
,PlexusIoResourceCollection
- All Known Implementing Classes:
AbstractPlexusIoArchiveResourceCollection
,PlexusIoCompressedFileResourceCollection
public interface PlexusIoArchivedResourceCollection extends PlexusIoResourceCollection
Extension ofPlexusIoResourceCollection
for archive files: zip, tar, gzip, bzip2, etc. files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getFile()
Returns the archive filevoid
setFile(File file)
Sets the archive file-
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
-
-