thredds.inventory
Interface MController

All Known Implementing Classes:
ControllerCaching, ControllerOS

public interface MController

Inventory Management Controller

Since:
Jun 25, 2009
Author:
caron

Method Summary
 void close()
           
 Iterator<MFile> getInventory(MCollection mc)
           
 Iterator<MFile> getInventory(MCollection mc, boolean recheck)
           
 Iterator<MFile> getInventoryNoSubdirs(MCollection mc)
           
 Iterator<MFile> getInventoryNoSubdirs(MCollection mc, boolean recheck)
           
 

Method Detail

getInventory

Iterator<MFile> getInventory(MCollection mc)

getInventoryNoSubdirs

Iterator<MFile> getInventoryNoSubdirs(MCollection mc)

getInventory

Iterator<MFile> getInventory(MCollection mc,
                             boolean recheck)

getInventoryNoSubdirs

Iterator<MFile> getInventoryNoSubdirs(MCollection mc,
                                      boolean recheck)

close

void close()


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