Interface PlexusIoArchivedResourceCollection
-
- All Superinterfaces:
java.lang.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.
-
-
Field Summary
-
Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
DEFAULT_ROLE_HINT, ROLE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFile()
Returns the archive filevoid
setFile(java.io.File file)
Sets the archive file-
Methods inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
getInputStream, getLastModified, getName, getResources, isConcurrentAccessSupported, resolve, stream
-
-