Uses of Class
org.archive.crawler.extractor.Link

Packages that use Link
org.archive.crawler.datamodel   
org.archive.crawler.extractor   
org.archive.crawler.postprocessor   
org.archive.extractor   
 

Uses of Link in org.archive.crawler.datamodel
 

Methods in org.archive.crawler.datamodel that return Link
 Link CrawlURI.createLink(java.lang.String url, java.lang.CharSequence context, char hopType)
          Convenience method for creating a Link discovered at this URI with the given string and context
 

Methods in org.archive.crawler.datamodel that return types with arguments of type Link
 java.util.Collection<Link> CrawlURI.getOutLinks()
          Returns discovered links.
 

Methods in org.archive.crawler.datamodel with parameters of type Link
 void CrawlURI.addOutLink(Link link)
          Add a discovered Link, unless it would exceed the max number to accept.
 CandidateURI CandidateURI.createCandidateURI(UURI baseUURI, Link link)
          Utility method for creation of CandidateURIs found extracting links from this CrawlURI.
 CandidateURI CandidateURI.createCandidateURI(UURI baseUURI, Link link, int scheduling, boolean seed)
          Utility method for creation of CandidateURIs found extracting links from this CrawlURI.
 

Uses of Link in org.archive.crawler.extractor
 

Methods in org.archive.crawler.extractor with parameters of type Link
protected  void ExtractorURI.extractLink(CrawlURI curi, Link wref)
          Consider a single Link for internal URIs
 

Uses of Link in org.archive.crawler.postprocessor
 

Methods in org.archive.crawler.postprocessor with parameters of type Link
protected  int LinksScoper.getSchedulingFor(CrawlURI curi, Link wref, int preferenceDepthHops)
          Determine scheduling for the curi.
 

Uses of Link in org.archive.extractor
 

Fields in org.archive.extractor with type parameters of type Link
protected  java.util.LinkedList<Link> CharSequenceLinkExtractor.next
           
protected  java.util.LinkedList<Link> RegexpHTMLLinkExtractor.next
           
 

Methods in org.archive.extractor that return Link
 Link LinkExtractor.nextLink()
          Alternative to Iterator.next() which returns type Link.
 Link CharSequenceLinkExtractor.nextLink()
           
 

Method parameters in org.archive.extractor with type arguments of type Link
static void CharSequenceLinkExtractor.extract(java.lang.CharSequence content, UURI source, UURI base, java.util.List<Link> collector, ExtractErrorListener extractErrorListener)
          Convenience method to do default extraction.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.