Class AbstractPlexusIoResourceCollection.IdentityTransformer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream transform​(PlexusIoResource resource, java.io.InputStream inputStream)
      Transform the supplied input stream into another input stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdentityTransformer

        IdentityTransformer()
    • Method Detail

      • transform

        @Nonnull
        public java.io.InputStream transform​(@Nonnull
                                             PlexusIoResource resource,
                                             @Nonnull
                                             java.io.InputStream inputStream)
                                      throws java.io.IOException
        Description copied from interface: InputStreamTransformer
        Transform the supplied input stream into another input stream. The close method will be delegated through the entire call chain
        Specified by:
        transform in interface InputStreamTransformer
        Parameters:
        resource - The p-io resource the stream is for
        inputStream - The stream to transform
        Returns:
        A transformed stream or possibly the supplied stream
        Throws:
        java.io.IOException