public interface MController
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<MFile> |
getInventoryAll(MCollection mc,
boolean recheck)
Returns all leaves in collection, resursing into subdirectories.
|
Iterator<MFile> |
getInventoryTop(MCollection mc,
boolean recheck)
Returns all leaves in top collection, not recursing into subdirectories.
|
Iterator<MFile> |
getSubdirs(MCollection mc,
boolean recheck)
Returns all subdirectories in top collection.
|
Iterator<MFile> getInventoryAll(MCollection mc, boolean recheck)
mc
- defines the collection to scanrecheck
- if false, may use cached results. otherwise must sync with File OSIterator<MFile> getInventoryTop(MCollection mc, boolean recheck)
mc
- defines the collection to scanrecheck
- if false, may use cached results. otherwise must sync with File OSIterator<MFile> getSubdirs(MCollection mc, boolean recheck)
mc
- defines the collection to scanrecheck
- if false, may use cached results. otherwise must sync with File OSvoid close()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.