|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.discovery.ResourceIterator
org.apache.commons.discovery.ResourceClassIterator
public abstract class ResourceClassIterator
Constructor Summary | |
---|---|
ResourceClassIterator()
|
Method Summary | |
---|---|
Resource |
nextResource()
|
abstract ResourceClass |
nextResourceClass()
|
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 ResourceClassIterator()
Method Detail |
---|
public abstract ResourceClass nextResourceClass()
public Resource nextResource()
nextResource
in class ResourceIterator
public java.lang.String nextResourceName()
ResourceNameIterator
nextResourceName
in interface ResourceNameIterator
nextResourceName
in class ResourceIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |