public class ControllerZip
extends thredds.filesystem.ControllerOS
implements thredds.inventory.MController
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ControllerZip.FilteredIterator |
protected static class |
ControllerZip.MFileIterator |
protected static class |
ControllerZip.MFileIteratorLeaves |
static class |
ControllerZip.Provider |
| Constructor and Description |
|---|
ControllerZip() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<thredds.inventory.MFile> |
getInventoryAll(thredds.inventory.CollectionConfig mc,
boolean recheck) |
Iterator<thredds.inventory.MFile> |
getInventoryTop(thredds.inventory.CollectionConfig mc,
boolean recheck) |
Iterator<thredds.inventory.MFile> |
getSubdirs(thredds.inventory.CollectionConfig mc,
boolean recheck) |
public Iterator<thredds.inventory.MFile> getInventoryAll(thredds.inventory.CollectionConfig mc, boolean recheck)
getInventoryAll in interface thredds.inventory.MControllergetInventoryAll in class thredds.filesystem.ControllerOSpublic Iterator<thredds.inventory.MFile> getInventoryTop(thredds.inventory.CollectionConfig mc, boolean recheck)
getInventoryTop in interface thredds.inventory.MControllergetInventoryTop in class thredds.filesystem.ControllerOSpublic Iterator<thredds.inventory.MFile> getSubdirs(thredds.inventory.CollectionConfig mc, boolean recheck)
getSubdirs in interface thredds.inventory.MControllergetSubdirs in class thredds.filesystem.ControllerOSpublic void close()
close in interface thredds.inventory.MControllerclose in class thredds.filesystem.ControllerOS