Class BundleSchemeResourceFinderFactory.BundleSchemeScanner
java.lang.Object
org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
org.glassfish.jersey.server.internal.scanning.BundleSchemeResourceFinderFactory.BundleSchemeScanner
- All Implemented Interfaces:
AutoCloseable, Iterator<String>, ResourceFinder
- Enclosing class:
BundleSchemeResourceFinderFactory
private class BundleSchemeResourceFinderFactory.BundleSchemeScanner
extends AbstractResourceFinderAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()open()Open current resource.voidreset()Reset theResourceFinderinstance.Methods inherited from class AbstractResourceFinderAdapter
close, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
uri
-
accessed
-
iterated
-
-
Constructor Details
-
BundleSchemeScanner
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
open
Description copied from interface:ResourceFinderOpen current resource.- Returns:
- input stream from which current resource can be loaded.
-
reset
public void reset()Description copied from interface:ResourceFinderReset theResourceFinderinstance. Upon calling this method the implementing class MUST reset its internal state to the initial state.
-