Uses of Interface
org.semanticdesktop.aperture.hypertext.linkextractor.LinkExtractorFactory

Packages that use LinkExtractorFactory
org.semanticdesktop.aperture.hypertext.linkextractor   
org.semanticdesktop.aperture.hypertext.linkextractor.html   
org.semanticdesktop.aperture.hypertext.linkextractor.impl   
 

Uses of LinkExtractorFactory in org.semanticdesktop.aperture.hypertext.linkextractor
 

Methods in org.semanticdesktop.aperture.hypertext.linkextractor with parameters of type LinkExtractorFactory
 void LinkExtractorRegistry.add(LinkExtractorFactory factory)
          Register a LinkExtractorFactory.
 void LinkExtractorRegistry.remove(LinkExtractorFactory factory)
          Remove a LinkExtractorFactory.
 

Uses of LinkExtractorFactory in org.semanticdesktop.aperture.hypertext.linkextractor.html
 

Classes in org.semanticdesktop.aperture.hypertext.linkextractor.html that implement LinkExtractorFactory
 class HtmlLinkExtractorFactory
          A HtmlLinkExtractorFactory returns instances of HtmlLinkExtractor.
 

Uses of LinkExtractorFactory in org.semanticdesktop.aperture.hypertext.linkextractor.impl
 

Methods in org.semanticdesktop.aperture.hypertext.linkextractor.impl with parameters of type LinkExtractorFactory
 void LinkExtractorRegistryImpl.add(LinkExtractorFactory factory)
           
 void LinkExtractorRegistryImpl.remove(LinkExtractorFactory factory)
           
 



Copyright © 2010 Aperture Development Team. All Rights Reserved.