Class FileSchemeResourceFinderFactory.FileSchemeScanner

    • Field Detail

      • recursive

        private final boolean recursive
    • Constructor Detail

      • FileSchemeScanner

        private FileSchemeScanner​(java.net.URI uri,
                                  boolean recursive)
    • 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.

      • processFile

        private void processFile​(java.io.File f)