CollectionAbstract |
Abstract superclass for Collections of MFiles.
|
CollectionConfig |
Configuration object for a collection of managed files.
|
CollectionFiltered |
A decorator to filter an MCollection
|
CollectionGeneral |
All files are read in at once.
|
CollectionGlob |
A MCollection defined by a glob filter.
|
CollectionList |
MCollection that is initialized by specific list of MFiles.
|
CollectionListRange |
Collection defined by a list of files, with a [start, end) date range
|
CollectionManager.TriggerEvent |
|
CollectionManagerAbstract |
Abstract superclass for implementations of CollectionManager.
|
CollectionManagerCatalog |
CollectionManager of datasets from a catalog.
|
CollectionPathMatcher |
A collection defined by the collection spec (not directory sensitive)
May have by regexp: or glob: (experimental)
|
CollectionSingleFile |
A CollectionManager consisting of a single file
|
CollectionSingleIndexFile |
Collection from a Single Index File.
|
CollectionSpecParser |
Parses the collection specification string for local files.
|
CollectionSpecParserAbstract |
Abstract base class for parsing collection specification strings
|
CollectionSpecParsers |
Static helper methods for CollectionSpecParserAbstract objects.
|
CollectionUpdateEvent |
Events when a fc should be updated.
|
DateExtractorFromName |
Extract Date from filename, using DateFromString.getDateUsingSimpleDateFormat on the name or path
|
DateExtractorNone |
Always returns null
|
MControllers |
|
MFileCollectionManager |
Manage Collections of MFiles.
|
MFileIterator |
An iterator over MFiles, closeable so its a target for try-with-resource
|
MFiles |
Static helper methods for MFile objects.
|
NcmlCollectionReader |
Convert NcML into a CollectionManager.
|
TimedCollection |
Manage collections of files that we can assign date ranges to.
|