Class JarZipSchemeResourceFinderFactory.JarZipSchemeScanner

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JarZipSchemeScanner​(java.io.InputStream inputStream, java.lang.String parent, boolean recursive)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Default implementation of #close() which does nothing.
      boolean hasNext()  
      java.lang.String next()  
      java.io.InputStream open()
      Open current resource.
      void reset()
      Reset the ResourceFinder instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • inputStream

        private final java.io.InputStream inputStream
    • Constructor Detail

      • JarZipSchemeScanner

        private JarZipSchemeScanner​(java.io.InputStream inputStream,
                                    java.lang.String parent,
                                    boolean recursive)
                             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public java.lang.String next()
      • open

        public java.io.InputStream open()
        Description copied from interface: ResourceFinder
        Open current resource.
        Returns:
        input stream from which current resource can be loaded.
      • reset

        public void reset()
        Description copied from interface: ResourceFinder
        Reset the ResourceFinder instance.

        Upon calling this method the implementing class MUST reset its internal state to the initial state.