Class PlexusIoXZResourceCollection

java.lang.Object
org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
org.codehaus.plexus.archiver.xz.PlexusIoXZResourceCollection
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

public class PlexusIoXZResourceCollection extends org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
Since:
3.3
  • Field Summary

    Fields inherited from interface org.codehaus.plexus.components.io.resources.PlexusIoResourceCollection

    DEFAULT_ROLE_HINT, ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes
     
    protected String
     
    protected InputStream
     

    Methods inherited from class org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection

    getFile, getInputStream, getLastModified, getName, getName, getPath, getResources, isConcurrentAccessSupported, iterator, resolve, setFile, setPath, setStreamTransformer, stream

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • PlexusIoXZResourceCollection

      public PlexusIoXZResourceCollection()
  • Method Details

    • getAttributes

      protected org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes getAttributes(File file) throws IOException
      Specified by:
      getAttributes in class org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
      Throws:
      IOException
    • getDefaultExtension

      protected String getDefaultExtension()
      Specified by:
      getDefaultExtension in class org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
    • getInputStream

      protected InputStream getInputStream(File file) throws IOException
      Specified by:
      getInputStream in class org.codehaus.plexus.components.io.resources.PlexusIoCompressedFileResourceCollection
      Throws:
      IOException