org.semanticdesktop.aperture.hypertext.linkextractor.html
Class HtmlLinkExtractorFactory

java.lang.Object
  extended by org.semanticdesktop.aperture.hypertext.linkextractor.html.HtmlLinkExtractorFactory
All Implemented Interfaces:
LinkExtractorFactory

public class HtmlLinkExtractorFactory
extends Object
implements LinkExtractorFactory

A HtmlLinkExtractorFactory returns instances of HtmlLinkExtractor.


Constructor Summary
HtmlLinkExtractorFactory()
           
 
Method Summary
 LinkExtractor get()
          Returns a LinkExtractor instance capable of handling the supported MIME types.
 Set getSupportedMimeTypes()
          Returns the MIME types supported by the LinkExtractors provided by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlLinkExtractorFactory

public HtmlLinkExtractorFactory()
Method Detail

get

public LinkExtractor get()
Description copied from interface: LinkExtractorFactory
Returns a LinkExtractor instance capable of handling the supported MIME types.

Specified by:
get in interface LinkExtractorFactory

getSupportedMimeTypes

public Set getSupportedMimeTypes()
Description copied from interface: LinkExtractorFactory
Returns the MIME types supported by the LinkExtractors provided by this factory.

Specified by:
getSupportedMimeTypes in interface LinkExtractorFactory
Returns:
A Set of Strings describing the supported MIME types.


Copyright © 2010 Aperture Development Team. All Rights Reserved.