Uses of Class
thredds.catalog.InvCatalogImpl

Packages that use InvCatalogImpl
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.crawl   
thredds.catalog.dl   
thredds.catalog.parser.jdom   
thredds.cataloggen   
 

Uses of InvCatalogImpl in thredds.catalog
 

Methods in thredds.catalog that return InvCatalogImpl
 InvCatalogImpl InvDatasetFmrc.makeCatalog(java.lang.String match, java.lang.String orgPath, java.net.URI baseURI)
          Create the FMRC catalog, or one of its nested catalogs.
 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.
 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.
 

Methods in thredds.catalog with parameters of type InvCatalogImpl
 void CatalogSetCallback.setCatalog(InvCatalogImpl catalog)
          Called when the catalog is done being read.
 void InvCatalogFactory.setCatalogConverter(InvCatalogImpl cat, java.lang.String namespace)
          Find the InvCatalogConvertIF registered for this namespace, and set it into the catalog.
 java.lang.String InvCatalogFactory.writeXML_0_6(InvCatalogImpl catalog)
          Write the InvCatalogImpl as a InvCatalog 0.6 XML document to a String.
 void InvCatalogFactory.writeXML_0_6(InvCatalogImpl catalog, java.io.OutputStream os)
          Write the InvCatalogImpl to the OutputStream as a InvCatalog 0.6 document.
 java.lang.String InvCatalogFactory.writeXML_1_0(InvCatalogImpl catalog)
          Write the InvCatalogImpl as a InvCatalog 1.0 XML document to a String.
 void InvCatalogFactory.writeXML_1_0(InvCatalogImpl catalog, java.io.OutputStream os)
          Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
 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 catalog as an XML document to the specified stream.
 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 catalog as an XML document to the specified stream.
 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.
 

Constructors in thredds.catalog with parameters of type InvCatalogImpl
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)
           
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, long lastModifiedLimit)
          Constructor.
 

Uses of InvCatalogImpl in thredds.catalog.crawl
 

Methods in thredds.catalog.crawl with parameters of type InvCatalogImpl
 int CatalogCrawler.crawl(InvCatalogImpl cat, CancelTask task, java.io.PrintStream out)
          Crawl a catalog thats already been opened.
 

Uses of InvCatalogImpl in thredds.catalog.dl
 

Methods in thredds.catalog.dl with parameters of type InvCatalogImpl
 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)
           
 

Uses of InvCatalogImpl in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvCatalogImpl
 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)
           
 

Methods in thredds.catalog.parser.jdom with parameters of type InvCatalogImpl
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)
           
 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.
 

Uses of InvCatalogImpl in thredds.cataloggen
 

Methods in thredds.cataloggen that return InvCatalogImpl
 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.