Class PlexusIoSnappyResourceCollection
java.lang.Object
org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
org.codehaus.plexus.archiver.snappy.PlexusIoSnappyResourceCollection
- All Implemented Interfaces:
Iterable<org.codehaus.plexus.components.io.resources.PlexusIoResource>, org.codehaus.plexus.components.io.resources.PlexusIoArchivedResourceCollection, org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection
@Named("snappy")
public class PlexusIoSnappyResourceCollection
extends org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
Implementation of
PlexusIoResourceCollection for
snappy compressed files.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributesgetAttributes(File file) protected Stringprotected InputStreamgetInputStream(File file) Methods inherited from class org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
getFile, getInputStream, getLastModified, getName, getName, getPath, getResources, isConcurrentAccessSupported, iterator, resolve, setFile, setPath, setStreamTransformer, streamMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
PlexusIoSnappyResourceCollection
public PlexusIoSnappyResourceCollection()
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin classorg.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection- Throws:
IOException
-
getAttributes
protected org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes getAttributes(File file) throws IOException - Specified by:
getAttributesin classorg.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection- Throws:
IOException
-
getDefaultExtension
- Specified by:
getDefaultExtensionin classorg.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
-