org.semanticdesktop.aperture.hypertext.linkextractor.impl
Class DefaultLinkExtractorRegistry

java.lang.Object
  extended by org.semanticdesktop.aperture.hypertext.linkextractor.impl.LinkExtractorRegistryImpl
      extended by org.semanticdesktop.aperture.hypertext.linkextractor.impl.DefaultLinkExtractorRegistry
All Implemented Interfaces:
LinkExtractorRegistry

public class DefaultLinkExtractorRegistry
extends LinkExtractorRegistryImpl

DefaultLinkExtractorRegistry provides the complete set of LinkExtractorFactories available in Aperture.

The main purpose of this class is to be able to conveniently access the set of LinkExtractorFactories in non-OSGi applications, which take care of this initialization in a different way. A single line of code gives you the entire set without requiring further setup.

The set of factory class names are loaded from an XML file which can optionally be specified to the constructor. This class requires all the listed classes to have a no-argument constructor.


Constructor Summary
DefaultLinkExtractorRegistry()
           
DefaultLinkExtractorRegistry(InputStream stream)
           
 
Method Summary
 
Methods inherited from class org.semanticdesktop.aperture.hypertext.linkextractor.impl.LinkExtractorRegistryImpl
add, get, getAll, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLinkExtractorRegistry

public DefaultLinkExtractorRegistry()

DefaultLinkExtractorRegistry

public DefaultLinkExtractorRegistry(InputStream stream)
                             throws IOException
Throws:
IOException


Copyright © 2010 Aperture Development Team. All Rights Reserved.