Package thredds.server.catalog
Class DataRoot
java.lang.Object
thredds.server.catalog.DataRoot
A DataRoot matches URLs to the objects that can serve them.
A DataRootPathMatcher manages a hash tree of path -> DataRoot
Possible design:
catKey : which catalog defined this? not present at the moment
directory : if its a simple DataRoot
fc : prob is this drags in entire configCat
dscan : ditto
- Since:
- 1/23/2015
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDataRoot(CatalogScan catScan) DataRoot(DatasetScan scan) DataRoot(FeatureCollectionRef featCollection) -
Method Summary
-
Constructor Details
-
DataRoot
-
DataRoot
-
DataRoot
-
DataRoot
-
-
Method Details
-
getPath
-
getDirLocation
-
getType
-
getDatasetScan
-
getCatalogScan
-
getFeatureCollection
-
getName
-
getRestrict
-
toString
-
equals
Instances which have same path are equal. -
hashCode
public int hashCode() -
getFileLocationFromRequestPath
-