org.apache.jackrabbit.extractor
Class DefaultTextExtractor

java.lang.Object
  extended by org.apache.jackrabbit.extractor.CompositeTextExtractor
      extended by org.apache.jackrabbit.extractor.DefaultTextExtractor
All Implemented Interfaces:
TextExtractor

public class DefaultTextExtractor
extends CompositeTextExtractor

Composite text extractor that by default contains the standard text extractors found in this package.


Constructor Summary
DefaultTextExtractor()
          Creates the default text extractor by adding instances of the standard text extractors as components.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.extractor.CompositeTextExtractor
addTextExtractor, extractText, getContentTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTextExtractor

public DefaultTextExtractor()
Creates the default text extractor by adding instances of the standard text extractors as components.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.