|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.discovery.ResourceIterator
public abstract class ResourceIterator
Constructor Summary | |
---|---|
ResourceIterator()
|
Method Summary | |
---|---|
abstract Resource |
nextResource()
|
java.lang.String |
nextResourceName()
nextResourceName() returns the name of the next resource, and MUST be non-destructive. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.discovery.ResourceNameIterator |
---|
hasNext |
Constructor Detail |
---|
public ResourceIterator()
Method Detail |
---|
public abstract Resource nextResource()
public java.lang.String nextResourceName()
ResourceNameIterator
nextResourceName
in interface ResourceNameIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |