T - The SPI typepublic abstract class ResourceClassIterator<T> extends ResourceIterator
| Constructor and Description |
|---|
ResourceClassIterator() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
nextResource()
Returns the next
Resource in the iteration. |
abstract <S extends T> |
nextResourceClass()
Returns the next SPI Class in the iteration.
|
java.lang.String |
nextResourceName()
Returns the next resource name in the iteration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNextpublic abstract <S extends T> ResourceClass<S> nextResourceClass()
S - Any type extends Tpublic Resource nextResource()
Resource in the iteration.nextResource in class ResourceIteratorpublic java.lang.String nextResourceName()
nextResourceName in interface ResourceNameIteratornextResourceName in class ResourceIteratorCopyright (c) 2002 - Apache Software Foundation