Uses of Interface
thredds.crawlabledataset.CrawlableDatasetLabeler

Packages that use CrawlableDatasetLabeler
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
thredds.cataloggen   
thredds.crawlabledataset   
 

Uses of CrawlableDatasetLabeler in thredds.catalog
 

Methods in thredds.catalog that return CrawlableDatasetLabeler
 CrawlableDatasetLabeler InvDatasetScan.getIdentifier()
           
 CrawlableDatasetLabeler InvDatasetScan.getNamer()
           
 

Constructors in thredds.catalog with parameters of type CrawlableDatasetLabeler
InvDatasetScan(InvDatasetImpl parent, String name, String path, String scanLocation, String configClassName, Object configObj, CrawlableDatasetFilter filter, CrawlableDatasetLabeler identifier, CrawlableDatasetLabeler namer, boolean addDatasetSize, CrawlableDatasetSorter sorter, Map proxyDatasetHandlers, List childEnhancerList, CatalogRefExpander catalogRefExpander)
           
 

Uses of CrawlableDatasetLabeler in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return CrawlableDatasetLabeler
protected  CrawlableDatasetLabeler InvCatalogFactory10.readDatasetScanIdentifier(org.jdom.Element identifierElem)
           
protected  CrawlableDatasetLabeler InvCatalogFactory10.readDatasetScanNamer(org.jdom.Element namerElem)
           
 

Uses of CrawlableDatasetLabeler in thredds.cataloggen
 

Methods in thredds.cataloggen that return CrawlableDatasetLabeler
protected  CrawlableDatasetLabeler CollectionLevelScanner.getIdentifier()
           
protected  CrawlableDatasetLabeler CollectionLevelScanner.getNamer()
           
 

Methods in thredds.cataloggen with parameters of type CrawlableDatasetLabeler
 void CollectionLevelScanner.setIdentifier(CrawlableDatasetLabeler identifier)
          Set the CrawlableDatasetLabeler used to determine the ID of the InvDataset built during catalog generation.
 void CollectionLevelScanner.setNamer(CrawlableDatasetLabeler namer)
          Set the CrawlableDatasetLabeler used to determine the name of each InvDataset built during catalog generation.
 

Constructors in thredds.cataloggen with parameters of type CrawlableDatasetLabeler
StandardCatalogBuilder(String collectionPath, String collectionName, CrawlableDataset collectionCrDs, CrawlableDatasetFilter filter, InvService service, String collectionId, CrawlableDatasetLabeler identifier, CrawlableDatasetLabeler namer, boolean doAddDatasetSize, CrawlableDatasetSorter sorter, Map proxyDatasetHandlers, List childEnhancerList, InvDatasetImpl topLevelMetadataContainer, CatalogRefExpander catalogRefExpander)
           
 

Uses of CrawlableDatasetLabeler in thredds.crawlabledataset
 

Classes in thredds.crawlabledataset that implement CrawlableDatasetLabeler
 class MultiLabeler
          _more_
 class RegExpAndReplaceOnNameLabeler
          _more_
 class RegExpAndReplaceOnPathLabeler
          _more_
 

Methods in thredds.crawlabledataset that return types with arguments of type CrawlableDatasetLabeler
 List<CrawlableDatasetLabeler> MultiLabeler.getLabelerList()
           
 

Constructor parameters in thredds.crawlabledataset with type arguments of type CrawlableDatasetLabeler
MultiLabeler(List<CrawlableDatasetLabeler> labelerList)
           
 



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