public class NutsIdPathIterator extends NutsIteratorBase<net.thevpc.nuts.NutsId>
| Constructor and Description |
|---|
NutsIdPathIterator(net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsPath rootFolder,
net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session,
NutsIdPathIteratorModel model,
int maxDepth,
String kind,
net.thevpc.nuts.NutsObjectElement extraProperties) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
describe(net.thevpc.nuts.NutsElements elems) |
long |
getVisitedFilesCount() |
long |
getVisitedFoldersCount() |
boolean |
hasNext() |
net.thevpc.nuts.NutsId |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic NutsIdPathIterator(net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsPath rootFolder,
net.thevpc.nuts.NutsPath basePath,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsSession session,
NutsIdPathIteratorModel model,
int maxDepth,
String kind,
net.thevpc.nuts.NutsObjectElement extraProperties)
public net.thevpc.nuts.NutsElement describe(net.thevpc.nuts.NutsElements elems)
public boolean hasNext()
public net.thevpc.nuts.NutsId next()
public void remove()
public long getVisitedFoldersCount()
public long getVisitedFilesCount()
Copyright © 2022 vpc open source initiative. All rights reserved.