thredds.cataloggen
Class InvCrawlablePair

java.lang.Object
  extended by thredds.cataloggen.InvCrawlablePair

public class InvCrawlablePair
extends Object

Helper class to contain an InvDataset and its corresponding CrawlableDataset. Used by CollectionLevelScanner to provide access to: 1) All generated collection dataset objects (InvCatalogRef) and their corresponding CrawlableDataset objects; 2) All generated atomic dataset objects (InvDataset) and their corresponding CrawlableDataset objects.


Constructor Summary
InvCrawlablePair(CrawlableDataset crawlableDataset, InvDataset invDataset)
           
 
Method Summary
 CrawlableDataset getCrawlableDataset()
           
 InvDataset getInvDataset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvCrawlablePair

public InvCrawlablePair(CrawlableDataset crawlableDataset,
                        InvDataset invDataset)
Method Detail

getCrawlableDataset

public CrawlableDataset getCrawlableDataset()

getInvDataset

public InvDataset getInvDataset()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.