org.apache.maven.doxia.module.apt
Class AptSinkFactory

java.lang.Object
  extended by org.apache.maven.doxia.sink.AbstractTextSinkFactory
      extended by org.apache.maven.doxia.module.apt.AptSinkFactory
All Implemented Interfaces:
SinkFactory

public class AptSinkFactory
extends AbstractTextSinkFactory

APT implementation of the Sink factory.

Since:
1.0
Version:
$Id: AptSinkFactory.java 712574 2008-11-09 22:16:42Z hboutemy $
Author:
Vincent Siveton
Plexus component:
role:
"org.apache.maven.doxia.sink.SinkFactory"
role-hint:
"apt"

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.SinkFactory
ROLE
 
Constructor Summary
AptSinkFactory()
           
 
Method Summary
protected  Sink createSink(Writer writer, String encoding)
          
 
Methods inherited from class org.apache.maven.doxia.sink.AbstractTextSinkFactory
createSink, createSink, createSink, createSink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptSinkFactory

public AptSinkFactory()
Method Detail

createSink

protected Sink createSink(Writer writer,
                          String encoding)

Specified by:
createSink in class AbstractTextSinkFactory


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.