Package | Description |
---|---|
thredds.filesystem |
Implementations for thredds.inventory.MCollection
ControllerOS - just a front for using OS file system services.
|
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
Modifier and Type | Method and Description |
---|---|
Iterator<MFile> |
ControllerOS7.getInventoryAll(CollectionConfig mc,
boolean recheck) |
Iterator<MFile> |
ControllerOS.getInventoryAll(CollectionConfig mc,
boolean recheck) |
Iterator<MFile> |
ControllerOS7.getInventoryTop(CollectionConfig mc,
boolean recheck) |
Iterator<MFile> |
ControllerOS.getInventoryTop(CollectionConfig mc,
boolean recheck) |
Iterator<MFile> |
ControllerOS7.getSubdirs(CollectionConfig mc,
boolean recheck) |
Iterator<MFile> |
ControllerOS.getSubdirs(CollectionConfig mc,
boolean recheck) |
Modifier and Type | Method and Description |
---|---|
CollectionConfig |
CollectionConfig.subdir(MFile child) |
Modifier and Type | Method and Description |
---|---|
Iterator<MFile> |
MController.getInventoryAll(CollectionConfig mc,
boolean recheck)
Returns all leaves in collection, recursing into subdirectories.
|
Iterator<MFile> |
MController.getInventoryTop(CollectionConfig mc,
boolean recheck)
Returns all leaves in top collection, not recursing into subdirectories.
|
Iterator<MFile> |
MController.getSubdirs(CollectionConfig mc,
boolean recheck)
Returns all subdirectories in top collection.
|
Constructor and Description |
---|
MFileCollectionManager(String name,
CollectionConfig mc,
CalendarDate startPartition,
org.slf4j.Logger logger)
Deprecated.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.