|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jackrabbit.extractor.AbstractTextExtractor
public abstract class AbstractTextExtractor
Base class for text extractor implementations.
| Constructor Summary | |
|---|---|
AbstractTextExtractor(java.lang.String[] contentTypes)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getContentTypes()
Returns the MIME types supported by this extractor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jackrabbit.extractor.TextExtractor |
|---|
extractText |
| Constructor Detail |
|---|
public AbstractTextExtractor(java.lang.String[] contentTypes)
contentTypes - the supported content types by this text extractor.| Method Detail |
|---|
public java.lang.String[] getContentTypes()
TextExtractorThe returned array must not be modified.
getContentTypes in interface TextExtractor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||