|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextFilterPlugin
The Plugin spec for filtering several documents for the fulltext search. A class implementing this interface may throw a FilterPluginInstantiationException if it fails to initialize correctly and though is not usable.
| Method Summary | |
|---|---|
String |
getInfo()
may contain some additional Information on the plugin |
int |
getMajorNumber()
should return the major version number |
int |
getMinorNumber()
should return the minor version number |
String |
getName()
should return a Name of the plugin |
HashSet |
getSupportedContentTypes()
returns a list of all supported MCRFileContentTypes. |
Reader |
transform(MCRFileContentType ct,
InputStream input)
onverts a given Inputstream to Textstream which should contain a textual representation of the source. |
| Method Detail |
|---|
String getName()
int getMajorNumber()
int getMinorNumber()
String getInfo()
HashSet getSupportedContentTypes()
Reader transform(MCRFileContentType ct,
InputStream input)
throws FilterPluginTransformException
input - File in foreign format
FilterPluginTransformException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||