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, removeprivate final java.net.URI uri
private boolean accessed
private boolean iterated
public boolean hasNext()
public java.lang.String next()
public java.io.InputStream open()
ResourceFinderpublic void reset()
ResourceFinderResourceFinder instance.
Upon calling this method the implementing class MUST reset its internal state to the initial state.