Uses of Class
thredds.cataloggen.InvCrawlablePair

Packages that use InvCrawlablePair
thredds.cataloggen   
thredds.cataloggen.catalogrefexpander   
thredds.cataloggen.inserter   
 

Uses of InvCrawlablePair in thredds.cataloggen
 

Methods in thredds.cataloggen that return InvCrawlablePair
 InvCrawlablePair ProxyDatasetHandler.getActualDataset(java.util.List possibleDatasets)
          Determine the InvCrawlablePair from the given dataset collection (java.util.List) being proxied by this ProxyDatasetHandler.
 

Methods in thredds.cataloggen with parameters of type InvCrawlablePair
 boolean CatalogRefExpander.expandCatalogRef(InvCrawlablePair catRefInfo)
           
 java.lang.String ProxyDatasetHandler.getActualDatasetName(InvCrawlablePair actualDataset, java.lang.String baseName)
           
 

Uses of InvCrawlablePair in thredds.cataloggen.catalogrefexpander
 

Methods in thredds.cataloggen.catalogrefexpander with parameters of type InvCrawlablePair
 boolean BooleanCatalogRefExpander.expandCatalogRef(InvCrawlablePair catRefInfo)
           
 

Uses of InvCrawlablePair in thredds.cataloggen.inserter
 

Methods in thredds.cataloggen.inserter that return InvCrawlablePair
 InvCrawlablePair SimpleLatestProxyDsHandler.getActualDataset(java.util.List atomicDsInfo)
           
 InvCrawlablePair LatestCompleteProxyDsHandler.getActualDataset(java.util.List atomicDsInfo)
           
 

Methods in thredds.cataloggen.inserter with parameters of type InvCrawlablePair
 java.lang.String SimpleLatestProxyDsHandler.getActualDatasetName(InvCrawlablePair actualDataset, java.lang.String baseName)
           
 java.lang.String LatestCompleteProxyDsHandler.getActualDatasetName(InvCrawlablePair actualDataset, java.lang.String baseName)