|
||||||||||
| 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
Iterator over discovered Resource.
| Constructor Summary | |
|---|---|
ResourceIterator()
|
|
| Method Summary | |
|---|---|
abstract Resource |
nextResource()
Returns the next Resource in the iteration. |
java.lang.String |
nextResourceName()
Returns the next resource name in the iteration. |
| 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()
Resource in the iteration.
public java.lang.String nextResourceName()
nextResourceName in interface ResourceNameIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||