Uses of Class
thredds.inventory.MCollection

Packages that use MCollection
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". 
 

Uses of MCollection in thredds.filesystem
 

Methods in thredds.filesystem with parameters of type MCollection
 Iterator<MFile> ControllerCaching.getInventory(MCollection mc)
           
 Iterator<MFile> ControllerOS.getInventory(MCollection mc)
           
 Iterator<MFile> ControllerCaching.getInventory(MCollection mc, boolean recheck)
           
 Iterator<MFile> ControllerOS.getInventory(MCollection mc, boolean recheck)
           
 Iterator<MFile> ControllerCaching.getInventoryNoSubdirs(MCollection mc)
           
 Iterator<MFile> ControllerOS.getInventoryNoSubdirs(MCollection mc)
           
 Iterator<MFile> ControllerCaching.getInventoryNoSubdirs(MCollection mc, boolean recheck)
           
 Iterator<MFile> ControllerOS.getInventoryNoSubdirs(MCollection mc, boolean recheck)
           
 

Uses of MCollection in thredds.inventory
 

Methods in thredds.inventory that return MCollection
 MCollection MCollection.subdir(MFile child)
           
 

Methods in thredds.inventory with parameters of type MCollection
 Iterator<MFile> MController.getInventory(MCollection mc)
           
 Iterator<MFile> MController.getInventory(MCollection mc, boolean recheck)
           
 Iterator<MFile> MController.getInventoryNoSubdirs(MCollection mc)
           
 Iterator<MFile> MController.getInventoryNoSubdirs(MCollection mc, boolean recheck)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.