Uses of Class
thredds.catalog.InvCatalogFactory

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

Uses of InvCatalogFactory in thredds.catalog
 

Methods in thredds.catalog that return InvCatalogFactory
static InvCatalogFactory InvCatalogFactory.getDefaultFactory(boolean validate)
          Get new Factory for reading and writing catalogs.
 

Methods in thredds.catalog with parameters of type InvCatalogFactory
 InvCatalogImpl InvCatalogConvertIF.parseXML(InvCatalogFactory fac, org.jdom.Document doc, java.net.URI uri)
          Create an InvCatalogImpl from a parsed document tree.
 void InvCatalogRef.readAsynch(InvCatalogFactory factory, CatalogSetCallback caller)
          Read the referenced catalog asynchronously, if the catalog factory supports it.