T - The SPI typeResourceNameIteratorpublic abstract class ResourceClassIterator<T> extends ResourceIterator
| Constructor | Description |
|---|---|
ResourceClassIterator() |
| Modifier and Type | Method | 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 ResourceClassIterator()
public 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 ResourceIterator