Class ResourceIterator
java.lang.Object
org.apache.sling.distribution.queue.impl.resource.ResourceIterator
- All Implemented Interfaces:
Iterator<org.apache.sling.api.resource.Resource>
-
Constructor Summary
ConstructorsConstructorDescriptionResourceIterator(org.apache.sling.api.resource.Resource root, String folderResourceType, boolean includeFolders, boolean includeLeafs) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ResourceIterator
public ResourceIterator(org.apache.sling.api.resource.Resource root, String folderResourceType, boolean includeFolders, boolean includeLeafs)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.apache.sling.api.resource.Resource next() -
remove
public void remove()
-