fr.opensagres.xdocreport.document.textstyling.wiki.gwiki
Class GWikiTextStylingTransformerDiscovery

java.lang.Object
  extended by fr.opensagres.xdocreport.document.textstyling.wiki.gwiki.GWikiTextStylingTransformerDiscovery
All Implemented Interfaces:
IBaseDiscovery, ITextStylingTransformerDiscovery

public class GWikiTextStylingTransformerDiscovery
extends Object
implements ITextStylingTransformerDiscovery

Discovery to register Google Wiki Text styling transformer GWikiTextStylingTransformer.


Constructor Summary
GWikiTextStylingTransformerDiscovery()
           
 
Method Summary
 String getDescription()
          Returns the description of the discovery.
 String getId()
          Returns the id of the discovery.
 ITextStylingTransformer getTransformer()
          Returns the text styling transformer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWikiTextStylingTransformerDiscovery

public GWikiTextStylingTransformerDiscovery()
Method Detail

getId

public String getId()
Description copied from interface: IBaseDiscovery
Returns the id of the discovery.

Specified by:
getId in interface IBaseDiscovery
Returns:

getTransformer

public ITextStylingTransformer getTransformer()
Description copied from interface: ITextStylingTransformerDiscovery
Returns the text styling transformer.

Specified by:
getTransformer in interface ITextStylingTransformerDiscovery
Returns:

getDescription

public String getDescription()
Description copied from interface: IBaseDiscovery
Returns the description of the discovery.

Specified by:
getDescription in interface IBaseDiscovery
Returns:


Copyright © 2013. All rights reserved.