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.CatalogRefDescribe- Since:
- 6/9/2015
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATSCAN-
Fields 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, VariableMapLinkURI
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigCataloggetCatalog(File baseDir, String matchRemaining, String filename, CatalogReader reader)StringgetLocation()StringgetPath()StringgetWatch()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, useRemoteCatalogService
-
Methods 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, makeStandalone
-
Methods inherited from class thredds.client.catalog.DatasetNode
findDatasetByName, get, getDatasetsLocal, getFldIterator, getLocalFieldAsList, getName, getParent, getParentCatalog, getParentDataset
-
-
-
-
Field Detail
-
CATSCAN
public static final String CATSCAN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPath
public String getPath()
-
getLocation
public String getLocation()
-
getWatch
public String 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
-
-