|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.pax.construct.util.PomIterator
public class PomIterator
Iterate over all POMs in a Maven project tree using depth-first and backtracking search (non-recursive)
| Constructor Summary | |
|---|---|
PomIterator(java.io.File here)
|
|
PomIterator(java.io.File here,
boolean localSearch)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PomIterator(java.io.File here)
here - a directory somewhere in the project tree
public PomIterator(java.io.File here,
boolean localSearch)
here - a directory somewhere in the project treelocalSearch - when true, only search downwards| Method Detail |
|---|
public java.lang.Object next()
next in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||