Package thredds.inventory
Class CollectionSingleFile
- java.lang.Object
-
- thredds.inventory.CollectionAbstract
-
- thredds.inventory.CollectionList
-
- thredds.inventory.CollectionSingleFile
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,MCollection
- Direct Known Subclasses:
CollectionSingleIndexFile
public class CollectionSingleFile extends CollectionList
A CollectionManager consisting of a single file- Since:
- 12/23/11
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class thredds.inventory.CollectionAbstract
CollectionAbstract.DateSorter, CollectionAbstract.MyStreamFilter
-
-
Field Summary
-
Fields inherited from class thredds.inventory.CollectionList
mfiles
-
Fields inherited from class thredds.inventory.CollectionAbstract
auxInfo, CATALOG, collectionName, dateExtractor, DIR, FILE, GLOB, lastModified, LIST, logger, protoChoice, root, sfilter, startCollection
-
-
Constructor Summary
Constructors Constructor Description CollectionSingleFile(MFile file, org.slf4j.Logger logger)
-
Method Summary
-
Methods inherited from class thredds.inventory.CollectionList
close, getFileIterator, getFilesSorted
-
Methods inherited from class thredds.inventory.CollectionAbstract
cleanName, extractDate, getAuxInfo, getCollectionName, getFilenames, getIndexFilename, getLastModified, getLatestFile, getPartitionDate, getProtoIndex, getRoot, hasDateExtractor, makeFileListSorted, open, parseOlderThanString, putAuxInfo, setDateExtractor, setRoot, setStreamFilter
-
-
-
-
Constructor Detail
-
CollectionSingleFile
public CollectionSingleFile(MFile file, org.slf4j.Logger logger)
-
-