Uses of Class
gov.nasa.pds.tools.validate.crawler.Crawler
| Package | Description |
|---|---|
| gov.nasa.pds.tools.validate.crawler | |
| gov.nasa.pds.tools.validate.rule |
Implementations of rules for checking compliance to data standards.
|
-
Uses of Crawler in gov.nasa.pds.tools.validate.crawler
Subclasses of Crawler in gov.nasa.pds.tools.validate.crawler Modifier and Type Class Description classFileCrawlerClass that crawls a given file url.classURLCrawlerClass to crawl a resource.Methods in gov.nasa.pds.tools.validate.crawler that return Crawler Modifier and Type Method Description static CrawlerCrawlerFactory. newInstance(URL url)Creates the appropriate Crawler object based on the given inputs. -
Uses of Crawler in gov.nasa.pds.tools.validate.rule
Methods in gov.nasa.pds.tools.validate.rule that return Crawler Modifier and Type Method Description CrawlerRuleContext. getCrawler()Methods in gov.nasa.pds.tools.validate.rule with parameters of type Crawler Modifier and Type Method Description voidRuleContext. setCrawler(Crawler crawler)