ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.api.text
Interface TextExtractor.Output

All Known Implementing Classes:
TextExtractorOutput
Enclosing class:
TextExtractor

public static interface TextExtractor.Output

The interface passed to a TextExtractor to which the extractor should record all text content.


Method Summary
 void recordText(String text)
          Record the text as being extracted.
 

Method Detail

recordText

void recordText(String text)
Record the text as being extracted. This method can be called multiple times during a single extract.

Parameters:
text - the text extracted from the content.

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.