Uses of Class
thredds.filesystem.MFile

Packages that use MFile
thredds.filesystem   
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of MFile in thredds.filesystem
 

Methods in thredds.filesystem that return types with arguments of type MFile
 java.util.Iterator<MFile> ControllerIF.getInventory(MCollection mc)
           
 java.util.Iterator<MFile> Controller.getInventory(MCollection mc)
           
 java.util.Iterator<MFile> ControllerIF.getInventory(java.lang.String collectionName)
           
 java.util.Iterator<MFile> Controller.getInventory(java.lang.String collectionName)
           
 

Methods in thredds.filesystem with parameters of type MFile
 boolean WildcardMatchOnPath.accept(MFile file)
           
 boolean WildcardMatchOnName.accept(MFile file)
           
 boolean RegExpMatchOnName.accept(MFile file)
           
 boolean MFileFilter.accept(MFile mfile)
          Tests if a specified MFile should be included in a file list.
 boolean MCollection.accept(MFile file)
           
 int MFile.compareTo(MFile o)
           
 java.util.Date DateExtractorFromFilename.getDate(MFile mfile)
           
 java.util.Date DateExtractor.getDate(MFile mfile)
           
 MCollection MCollection.subdir(MFile child)
           
 

Uses of MFile in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml that return types with arguments of type MFile
 java.util.Collection<MFile> DatasetCollectionManager2.getFiles()
          Get the current collection of MFile, since last scan or rescan.
 java.util.List<MFile> DatasetScanner2.scanDirectory(CancelTask cancelTask)