|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.services.plugins.PostScriptPlugin
public class PostScriptPlugin
Provide some info about your class!
| Constructor Summary | |
|---|---|
PostScriptPlugin()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostScriptPlugin()
| Method Detail |
|---|
public String getName()
TextFilterPlugin
getName in interface TextFilterPluginpublic String getInfo()
TextFilterPlugin
getInfo in interface TextFilterPluginpublic HashSet getSupportedContentTypes()
TextFilterPlugin
getSupportedContentTypes in interface TextFilterPlugin
public Reader transform(MCRFileContentType ct,
InputStream input)
throws FilterPluginTransformException
TextFilterPlugin
transform in interface TextFilterPlugininput - File in foreign format
FilterPluginTransformExceptionpublic int getMajorNumber()
TextFilterPlugin
getMajorNumber in interface TextFilterPluginTextFilterPlugin.getMajorNumber()public int getMinorNumber()
TextFilterPlugin
getMinorNumber in interface TextFilterPluginTextFilterPlugin.getMinorNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||