ResourceNameIterator
ResourceClassIterator
public abstract class ResourceIterator extends java.lang.Object implements ResourceNameIterator
Constructor | Description |
---|---|
ResourceIterator() |
Modifier and Type | Method | Description |
---|---|---|
abstract Resource |
nextResource() |
|
java.lang.String |
nextResourceName() |
nextResourceName() returns the name of the next resource,
and MUST be non-destructive.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public abstract Resource nextResource()
public java.lang.String nextResourceName()
ResourceNameIterator
nextResourceName
in interface ResourceNameIterator
Copyright (c) 2002 - Apache Software Foundation