org.apache.maven.doxia.module.fo
Class FoSinkFactory
java.lang.Object
org.apache.maven.doxia.sink.AbstractTextSinkFactory
org.apache.maven.doxia.sink.AbstractXmlSinkFactory
org.apache.maven.doxia.module.fo.FoSinkFactory
- All Implemented Interfaces:
- SinkFactory
@Component(role=org.apache.maven.doxia.sink.SinkFactory.class,
hint="fo")
public class FoSinkFactory- extends AbstractXmlSinkFactory
FO implementation of the Sink factory.
- Since:
- 1.1
- Version:
- $Id: FoSinkFactory.java 1345590 2012-06-02 21:36:10Z hboutemy $
- Author:
- Vincent Siveton
| Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FoSinkFactory
public FoSinkFactory()
createSink
protected Sink createSink(Writer writer,
String encoding)
-
- Specified by:
createSink in class AbstractTextSinkFactory
createSink
protected Sink createSink(Writer writer,
String encoding,
String languageId)
-
- Specified by:
createSink in class AbstractXmlSinkFactory
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.