| 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 |
|---|---|
java.util.Iterator<MFile> |
ControllerOS.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
ControllerCaching.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
ControllerOS.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerCaching.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerOS.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
ControllerCaching.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
ControllerOS.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerCaching.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
| Modifier and Type | Method and Description |
|---|---|
MCollection |
MCollection.subdir(MFile child) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<MFile> |
MController.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
MController.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
MController.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
MController.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |