public interface ResourceFinder extends Iterator<String>
ResourceConfig will use all registered finders to obtain classes
to be used as resource classes and/or providers. Method open() doesn't
need to be called on all returned resource names, ResourceConfig can ignore
some of them.
Currently, all resource names ending with ".class" will be accepted and processed (opened).| Modifier and Type | Method and Description |
|---|---|
InputStream |
open()
Open current resource.
|
void |
remove()
This operation is not supported by
ResourceFinder & throws UnsupportedOperationException
when invoked. |
void |
reset()
Reset the
ResourceFinder instance. |
InputStream open()
void reset()
ResourceFinder instance.
Upon calling this method the implementing class MUST reset its internal state to the initial state.void remove()
ResourceFinder & throws UnsupportedOperationException
when invoked.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.