public class XHTMLTemplateJavadocPipeline extends Pipeline<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>
Call the main(String[]) method with your
XHTMLTemplateJavadocPipeline.Options to start
Lemma.
The processors of this pipeline, in order, are:
| Modifier and Type | Class and Description |
|---|---|
static class |
XHTMLTemplateJavadocPipeline.Options
Options which are specific to this bootstrap class.
|
static class |
XHTMLTemplateJavadocPipeline.SharedOptions
Options which are shared between this bootstrap class and the Maven plugin.
|
| Constructor and Description |
|---|
XHTMLTemplateJavadocPipeline(List<File> sourceDirectories,
List<String> packageNames,
boolean normalizeOutput,
boolean processXRefs) |
XHTMLTemplateJavadocPipeline(XHTMLTemplateJavadocPipeline.SharedOptions options) |
| Modifier and Type | Method and Description |
|---|---|
org.seamless.xhtml.XHTML |
execute(File xhtmlTemplateFile) |
org.seamless.xhtml.XHTML |
execute(org.seamless.xhtml.XHTML input) |
org.seamless.xhtml.XHTMLParser |
getParser() |
ProcessorOptions |
getProcessorOptions() |
Processor<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>[] |
getProcessors() |
com.sun.javadoc.RootDoc |
getRootDoc() |
File[] |
getSourceDirectories() |
XPath |
getXPath() |
boolean |
isNormalizeOutput() |
static void |
main(String[] args) |
protected void |
resetContext() |
getContext, prepareOutputFilepublic XHTMLTemplateJavadocPipeline(XHTMLTemplateJavadocPipeline.SharedOptions options)
public org.seamless.xhtml.XHTMLParser getParser()
public XPath getXPath()
public File[] getSourceDirectories()
public com.sun.javadoc.RootDoc getRootDoc()
public boolean isNormalizeOutput()
public org.seamless.xhtml.XHTML execute(File xhtmlTemplateFile)
protected void resetContext()
resetContext in class Pipeline<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>public org.seamless.xhtml.XHTML execute(org.seamless.xhtml.XHTML input)
public Processor<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>[] getProcessors()
getProcessors in class Pipeline<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>public ProcessorOptions getProcessorOptions()
getProcessorOptions in class Pipeline<org.seamless.xhtml.XHTML,org.seamless.xhtml.XHTML>Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.