org.mycore.services.plugins
Class OoTextPlugin

java.lang.Object
  extended by org.mycore.services.plugins.OpenOfficeBasePlugin
      extended by org.mycore.services.plugins.OoTextPlugin
All Implemented Interfaces:
TextFilterPlugin

public class OoTextPlugin
extends OpenOfficeBasePlugin

Author:
Thomas Scheffler (yagee) Need to insert some things here

Constructor Summary
OoTextPlugin()
           
 
Method Summary
(package private)  String getDocumentName()
           
 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
(package private)  String getTextNameSpace()
           
 
Methods inherited from class org.mycore.services.plugins.OpenOfficeBasePlugin
getSupportedContentTypes, getXMLStream, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OoTextPlugin

public OoTextPlugin()
Method Detail

getName

public String getName()
Description copied from interface: TextFilterPlugin
should return a Name of the plugin

Specified by:
getName in interface TextFilterPlugin
Specified by:
getName in class OpenOfficeBasePlugin
Returns:
Plugin name

getInfo

public String getInfo()
Description copied from interface: TextFilterPlugin
may contain some additional Information on the plugin

Specified by:
getInfo in interface TextFilterPlugin
Specified by:
getInfo in class OpenOfficeBasePlugin
Returns:
further Informations on the plugin

getMajorNumber

public int getMajorNumber()
Description copied from interface: TextFilterPlugin
should return the major version number

Specified by:
getMajorNumber in interface TextFilterPlugin
Specified by:
getMajorNumber in class OpenOfficeBasePlugin
Returns:
major version number
See Also:
TextFilterPlugin.getMajorNumber()

getMinorNumber

public int getMinorNumber()
Description copied from interface: TextFilterPlugin
should return the minor version number

Specified by:
getMinorNumber in interface TextFilterPlugin
Specified by:
getMinorNumber in class OpenOfficeBasePlugin
Returns:
minor version number
See Also:
TextFilterPlugin.getMinorNumber()

getTextNameSpace

String getTextNameSpace()
Specified by:
getTextNameSpace in class OpenOfficeBasePlugin

getDocumentName

String getDocumentName()
Specified by:
getDocumentName in class OpenOfficeBasePlugin