org.semanticdesktop.aperture.hypertext.linkextractor
Interface LinkExtractorFactory

All Known Implementing Classes:
HtmlLinkExtractorFactory

public interface LinkExtractorFactory

A LinkExtractorFactory returns LinkExtractor instances that can handle a specified set of MIME types.


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.
 

Method Detail

getSupportedMimeTypes

Set getSupportedMimeTypes()
Returns the MIME types supported by the LinkExtractors provided by this factory.

Returns:
A Set of Strings describing the supported MIME types.

get

LinkExtractor get()
Returns a LinkExtractor instance capable of handling the supported MIME types.



Copyright © 2010 Aperture Development Team. All Rights Reserved.