private class BundleSchemeResourceFinderFactory.BundleSchemeScanner extends AbstractResourceFinderAdapter
Modifier and Type | Field and Description |
---|---|
private boolean |
accessed
Marks this iterator as iterated after execution of
open() method. |
private boolean |
iterated
Marks this iterator as iterated after execution of
next() method. |
private java.net.URI |
uri |
Modifier | Constructor and Description |
---|---|
private |
BundleSchemeScanner(java.net.URI uri) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.String |
next() |
java.io.InputStream |
open()
Open current resource.
|
void |
reset()
Reset the
ResourceFinder instance. |
close, remove
private final java.net.URI uri
private boolean accessed
private boolean iterated
public boolean hasNext()
public java.lang.String next()
public java.io.InputStream open()
ResourceFinder
public void reset()
ResourceFinder
ResourceFinder
instance.
Upon calling this method the implementing class MUST reset its internal state to the initial state.