Uses of Interface
thredds.inventory.MFile

Packages that use MFile
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". 
thredds.inventory.bdb   
thredds.inventory.filter   
ucar.nc2.ft.fmrc   
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of MFile in thredds.filesystem
 

Classes in thredds.filesystem that implement MFile
 class CrawlableMFile
          An adapter of cached MFiles to CrawlableDataset
 class MFileOS
          Implements thredds.inventory.MFile using regular OS files.
 

Methods in thredds.filesystem that return types with arguments of type MFile
 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)
           
 

Methods in thredds.filesystem with parameters of type MFile
 int MFileOS.compareTo(MFile o)
           
 int CrawlableMFile.compareTo(MFile o)
           
 

Uses of MFile in thredds.inventory
 

Methods in thredds.inventory that return types with arguments of type MFile
 List<MFile> DatasetCollectionManager.getFiles()
          Get the current collection of MFile, since last scan or rescan.
 List<MFile> CollectionManager.getFiles()
          Get the current collection of MFile, since last scan or rescan.
 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)
           
 

Methods in thredds.inventory with parameters of type MFile
 boolean MCollection.accept(MFile file)
           
 boolean MFileFilter.accept(MFile mfile)
          Tests if a specified MFile should be included in a file collection.
 int MFile.compareTo(MFile o)
           
 Date DatasetCollectionManager.extractRunDate(MFile mfile)
           
 Date CollectionManager.extractRunDate(MFile mfile)
          Use the date extractor to extract the date from the filename
 Date DateExtractorFromName.getDate(MFile mfile)
           
 Date DateExtractorNone.getDate(MFile mfile)
           
 Date DateExtractor.getDate(MFile mfile)
           
 byte[] DatasetCollectionManager.getMetadata(MFile file, String key)
           
 byte[] CollectionManager.getMetadata(MFile file, String key)
           
 void DatasetCollectionManager.putMetadata(MFile file, String key, byte[] value)
           
 void CollectionManager.putMetadata(MFile file, String key, byte[] value)
           
 MCollection MCollection.subdir(MFile child)
           
 

Method parameters in thredds.inventory with type arguments of type MFile
protected  void DatasetCollectionManager.scan(Map<String,MFile> map, CancelTask cancelTask)
           
protected  void DatasetCollectionFromCatalog.scan(Map<String,MFile> map, CancelTask cancelTask)
           
 

Uses of MFile in thredds.inventory.bdb
 

Method parameters in thredds.inventory.bdb with type arguments of type MFile
 void MetadataManager.delete(Map<String,MFile> current)
           
 

Uses of MFile in thredds.inventory.filter
 

Methods in thredds.inventory.filter with parameters of type MFile
 boolean Composite.accept(MFile mfile)
           
 boolean RegExpMatchOnName.accept(MFile file)
           
 boolean LastModifiedLimit.accept(MFile dataset)
           
 boolean WildcardMatchOnName.accept(MFile file)
           
 boolean WildcardMatchOnPath.accept(MFile file)
           
 

Uses of MFile in ucar.nc2.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc with parameters of type MFile
static GridDatasetInv GridDatasetInv.open(CollectionManager cm, MFile mfile, org.jdom.Element ncml)
           
 

Uses of MFile in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml with parameters of type MFile
protected  Aggregation.Dataset AggregationOuterDimension.makeDataset(MFile dset)
           
protected  Aggregation.Dataset Aggregation.makeDataset(MFile dset)
           
 

Constructors in ucar.nc2.ncml with parameters of type MFile
Aggregation.Dataset(MFile mfile)
           
 



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