Package org.nuiton.jrst
Class JrstParser
java.lang.Object
org.apache.maven.doxia.parser.AbstractParser
org.nuiton.jrst.AbstractJrstParser
org.nuiton.jrst.JrstParser
- All Implemented Interfaces:
org.apache.maven.doxia.logging.LogEnabled,org.apache.maven.doxia.parser.Parser
@Component(role=org.apache.maven.doxia.parser.Parser.class,
hint="jrst",
description="Parse an RST model (using jrst java api), transform it into xdoc model and emit events into the specified doxia Sink.")
public class JrstParser
extends AbstractJrstParser
Parse an RST model, transform it into xdoc model and emit events into the
specified doxia Sink.
- Since:
- 0.9.0
- Version:
- $Id$
- Author:
- Eric Chatellier
-
Field Summary
FieldsFields inherited from class org.nuiton.jrst.AbstractJrstParser
JRST_PARSER_ID, mavenProject, renderingContext, verbose, xdocParserFields inherited from interface org.apache.maven.doxia.parser.Parser
ROLE, TXT_TYPE, UNKNOWN_TYPE, XML_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuiton.jrst.AbstractJrstParser
clear, parse, parse, prepareSourceFile, setMavenProject, setRenderingContext, setVerboseMethods inherited from class org.apache.maven.doxia.parser.AbstractParser
doxiaVersion, enableLogging, executeMacro, getBasedir, getLog, getMacroManager, getType, init, isEmitComments, isSecondParsing, parse, parse, setEmitComments, setSecondParsing
-
Field Details
-
jrstStrategy
-
-
Constructor Details
-
JrstParser
public JrstParser()
-
-
Method Details
-
getStrategy
- Specified by:
getStrategyin classAbstractJrstParser
-