Uses of Class
gov.nasa.pds.tools.validate.crawler.Crawler
-
Packages that use 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 class
FileCrawler
Class that crawls a given file url.class
URLCrawler
Class to crawl a resource.Methods in gov.nasa.pds.tools.validate.crawler that return Crawler Modifier and Type Method Description static Crawler
CrawlerFactory. 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 Crawler
RuleContext. getCrawler()
Methods in gov.nasa.pds.tools.validate.rule with parameters of type Crawler Modifier and Type Method Description void
RuleContext. setCrawler(Crawler crawler)
-