public class FolderClassPathRootIterator extends Object implements Iterator<ClassPathResource>
| Constructor and Description |
|---|
FolderClassPathRootIterator(File root) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ClassPathResource |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FolderClassPathRootIterator(File root)
public boolean hasNext()
hasNext in interface Iterator<ClassPathResource>public ClassPathResource next()
next in interface Iterator<ClassPathResource>public void remove()
remove in interface Iterator<ClassPathResource>Copyright © 2021 vpc open source initiative. All rights reserved.