Package thredds.server.catalog
Class CatalogScan
java.lang.Object
thredds.client.catalog.DatasetNode
thredds.client.catalog.Dataset
thredds.client.catalog.CatalogRef
thredds.server.catalog.CatalogScan
- All Implemented Interfaces:
thredds.client.catalog.ThreddsMetadataContainer
public class CatalogScan
extends thredds.client.catalog.CatalogRef
Describe
- Since:
- 6/9/2015
-
Field Summary
FieldsFields inherited from class thredds.client.catalog.Dataset
Access, Alias, Authority, CollectionType, Contributors, Creators, DataFormatType, Datasets, DataSize, Dates, Documentation, FeatureType, GeospatialCoverage, Harvest, Id, Keywords, listFlds, MetadataOther, Ncml, NotAThreddsDataset, Projects, Properties, Publishers, RestrictAccess, ServiceName, ThreddsMetadataInheritable, TimeCoverage, UrlPath, UseRemoteCatalogService, VariableGroups, VariableMapLinkURIFields inherited from class thredds.client.catalog.DatasetNode
flds, name, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCatalog(File baseDir, String matchRemaining, String filename, CatalogReader reader) getPath()getWatch()thredds.client.catalog.builder.CatalogBuildermakeCatalogFromDirectory(File baseDir, String matchRemaining, URI baseURI) Methods inherited from class thredds.client.catalog.CatalogRef
getDatasets, getDatasetsLogical, getURI, getXlinkHref, hasNestedDatasets, isRead, readCatref, setRead, translatePathToReletiveLocation, useRemoteCatalogServiceMethods inherited from class thredds.client.catalog.Dataset
findAccess, findProperty, getAccess, getAccess, getAuthority, getCatalogUrl, getCollectionType, getContributors, getCreators, getDataFormatName, getDataFormatType, getDataSize, getDates, getDocumentation, getDocumentation, getFeatureType, getFeatureTypeName, getGeospatialCoverage, getHistory, getId, getID, getIdOrPath, getKeywords, getLastModifiedDate, getLocalField, getMetadata, getMetadataOther, getNcmlElement, getProcessing, getProjects, getProperties, getPublishers, getRestrictAccess, getRights, getServiceDefault, getServiceNameDefault, getSummary, getTimeCoverage, getUrlPath, getVariableMapLink, getVariables, hasAccess, hasDataSize, hasProperty, hasProperty, isDatasetScan, isHarvest, makeStandaloneMethods inherited from class thredds.client.catalog.DatasetNode
findDatasetByName, get, getDatasetsLocal, getFldIterator, getLocalFieldAsList, getName, getParent, getParentCatalog, getParentDatasetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface thredds.client.catalog.ThreddsMetadataContainer
getLocalFieldAsList
-
Field Details
-
CATSCAN
- See Also:
-
-
Constructor Details
-
CatalogScan
-
-
Method Details
-
getPath
-
getLocation
-
getWatch
-
getCatalog
public ConfigCatalog getCatalog(File baseDir, String matchRemaining, String filename, CatalogReader reader) throws IOException - Throws:
IOException
-
makeCatalogFromDirectory
public thredds.client.catalog.builder.CatalogBuilder makeCatalogFromDirectory(File baseDir, String matchRemaining, URI baseURI) throws IOException - Throws:
IOException
-