| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.crawl | |
| thredds.catalog.dl | |
| thredds.catalog.parser.jdom | |
| thredds.cataloggen |
| Modifier and Type | Method and Description |
|---|---|
InvCatalogImpl |
InvDatasetFmrc.makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI baseURI)
Deprecated.
Create the FMRC catalog, or one of its nested catalogs.
|
abstract InvCatalogImpl |
InvDatasetFeatureCollection.makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI baseURI)
Get one one of the catalogs contained in this dataset,
called by DataRootHandler.makeDynamicCatalog()
|
InvCatalogImpl |
InvDatasetFcPoint.makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI baseURI) |
InvCatalogImpl |
InvDatasetFcFmrc.makeCatalog(java.lang.String match,
java.lang.String orgPath,
java.net.URI baseURI) |
InvCatalogImpl |
InvDatasetScan.makeCatalogForDirectory(java.lang.String orgPath,
java.net.URI baseURI)
Try to build a catalog for the given path by scanning the location
associated with this InvDatasetScan.
|
protected InvCatalogImpl |
InvDatasetFeatureCollection.makeCatalogTop(java.net.URI baseURI,
InvDatasetFeatureCollection.State localState)
Make the containing catalog for this dataset
|
InvCatalogImpl |
InvDatasetScan.makeProxyDsResolverCatalog(java.lang.String path,
java.net.URI baseURI)
Try to build a catalog for the given resolver path by scanning the
location associated with this InvDatasetScan.
|
InvCatalogImpl |
InvCatalogConvertIF.parseXML(InvCatalogFactory fac,
org.jdom.Document doc,
java.net.URI uri)
Create an InvCatalogImpl from a parsed document tree.
|
InvCatalogImpl |
InvCatalogFactory.readXML(org.jdom.Document jdomDoc,
java.net.URI uri)
Create an InvCatalog from a JDOM document.
|
InvCatalogImpl |
InvCatalogFactory.readXML(java.io.InputStream docIs,
java.net.URI uri)
Create an InvCatalog from an InputStream.
|
InvCatalogImpl |
InvCatalogFactory.readXML(java.lang.String uriString)
Create an InvCatalog from an XML document at a named URL.
|
InvCatalogImpl |
InvCatalogFactory.readXML(java.io.StringReader catAsStringReader,
java.net.URI baseUri)
Create an InvCatalog by reading catalog XML from a StringReader.
|
InvCatalogImpl |
InvCatalogFactory.readXML(java.lang.String catAsString,
java.net.URI baseUri)
Create an InvCatalog by reading catalog XML from a String.
|
InvCatalogImpl |
InvCatalogFactory.readXML(java.net.URI uri)
Read an InvCatalog from an a URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogSetCallback.setCatalog(InvCatalogImpl catalog)
Called when the catalog is done being read.
|
java.lang.String |
InvCatalogFactory.writeXML(InvCatalogImpl catalog)
Write the catalog as an XML document to a String.
|
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os)
Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
|
void |
InvCatalogConvertIF.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os)
Write the catalog as an XML document to the specified stream.
|
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os,
boolean raw)
Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
|
void |
InvCatalogConvertIF.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os,
boolean raw) |
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
java.lang.String filename)
Write the catalog as an XML document to the specified filename.
|
| Constructor and Description |
|---|
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
java.lang.String name,
java.lang.String path,
java.lang.String scanLocation,
CrawlableDatasetFilter filter,
boolean addDatasetSize,
java.lang.String addLatest,
boolean sortOrderIncreasing,
java.lang.String datasetNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration)
Constructor.
|
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
java.lang.String name,
java.lang.String path,
java.lang.String scanLocation,
java.lang.String filter,
boolean addDatasetSize,
java.lang.String addLatest,
boolean sortOrderIncreasing,
java.lang.String datasetNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CatalogCrawler.crawl(InvCatalogImpl cat,
CancelTask task,
java.io.PrintStream out,
java.lang.Object context)
Crawl a catalog thats already been opened.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DIFWriter.writeDatasetEntries(InvCatalogImpl cat,
java.lang.String fileDir,
java.lang.StringBuffer mess)
Write all harvestable datasets to DIF records that have at least the minimum metadata.
|
void |
ADNWriter.writeDatasetEntries(InvCatalogImpl cat,
java.lang.String fileDir,
java.lang.StringBuffer mess) |
| Modifier and Type | Method and Description |
|---|---|
InvCatalogImpl |
InvCatalogFactory10.parseXML(InvCatalogFactory fac,
org.jdom.Document jdomDoc,
java.net.URI uri) |
protected InvCatalogImpl |
InvCatalogFactory10.readCatalog(org.jdom.Element catalogElem,
java.net.URI docBaseURI) |
| Modifier and Type | Method and Description |
|---|---|
protected InvCatalogRef |
InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat,
InvDatasetImpl parent,
org.jdom.Element catRefElem,
java.net.URI baseURI) |
protected InvDatasetImpl |
InvCatalogFactory10.readDataset(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom.Element dsElem,
java.net.URI base) |
protected InvDatasetImpl |
InvCatalogFactory10.readDatasetFmrc(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom.Element dsElem,
java.net.URI base) |
protected void |
InvCatalogFactory10.readDatasetInfo(InvCatalogImpl catalog,
InvDatasetImpl dataset,
org.jdom.Element dsElem,
java.net.URI base) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom.Element dsElem,
java.net.URI base) |
protected java.util.Map |
InvCatalogFactory10.readDatasetScanAddProxies(org.jdom.Element addProxiesElem,
org.jdom.Element addLatestElem,
InvCatalogImpl catalog) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScanNew(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom.Element dsElem,
java.net.URI base) |
protected InvDatasetImpl |
InvCatalogFactory10.readFeatureCollection(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom.Element dsElem,
java.net.URI base) |
org.jdom.Document |
InvCatalogFactory10.writeCatalog(InvCatalogImpl cat) |
void |
InvCatalogFactory10.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os)
Write the catalog as an XML document to the specified stream.
|
void |
InvCatalogFactory10.writeXML(InvCatalogImpl catalog,
java.io.OutputStream os,
boolean raw)
Write the catalog as an XML document to the specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
InvCatalogImpl |
CollectionLevelScanner.generateCatalog() |
InvCatalogImpl |
StandardCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
SimpleCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
DatasetScanCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
CatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
Return an InvCatalog for the level in the collection hierarchy specified by catalogPath.
|
InvCatalogImpl |
StandardCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh) |
InvCatalogImpl |
SimpleCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh)
Not supported by SimpleCatalogBuilder.
|
InvCatalogImpl |
DatasetScanCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh) |
InvCatalogImpl |
CatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh)
Generate the catalog for a resolver request of the given ProxyDatasetHandler.
|
InvCatalogImpl |
CollectionLevelScanner.generateProxyDsResolverCatalog(ProxyDatasetHandler pdh)
Generate the catalog for a resolver request of the given ProxyDatasetHandler.
|