thredds.cataloggen
Class InvCrawlablePair
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvCrawlablePair
public InvCrawlablePair(CrawlableDataset crawlableDataset,
InvDataset invDataset)
getCrawlableDataset
public CrawlableDataset getCrawlableDataset()
getInvDataset
public InvDataset getInvDataset()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.