Uses of Class
thredds.catalog.InvCatalogImpl

Packages that use InvCatalogImpl
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

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 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)
          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.io.OutputStream os, boolean raw)
          Write the catalog as an XML document to the specified stream.
 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.