@Mojo(name="http") public class AsciidoctorHttpMojo extends AsciidoctorRefreshMojo
| Modifier and Type | Field and Description |
|---|---|
protected int |
autoReloadInterval |
protected String |
home |
static String |
PREFIX |
interval, portASCIIDOC_REG_EXP_EXTENSION, attributeMissing, attributes, attributeUndefined, backend, baseDir, doctype, embedAssets, eruby, extensions, gemPath, headerFooter, imagesDir, outputDirectory, preserveDirectories, projectDirectory, relativeBaseDir, requires, rootDir, skip, sourceDirectory, sourceDocumentExtensions, sourceDocumentName, sourceHighlighter, synchronizations, templateDir, templateEngine, title| Constructor and Description |
|---|
AsciidoctorHttpMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWork() |
String |
getHome() |
protected void |
renderFile(org.asciidoctor.Asciidoctor asciidoctorInstance,
Map<String,Object> options,
File f) |
void |
setHome(String home) |
doExecute, doWait, execute, executeAndReturnDurationensureOutputExists, getAsciidoctorInstance, getAttributeMissing, getAttributes, getAttributeUndefined, getBackend, getBaseDir, getDoctype, getEruby, getExtensions, getGemPath, getImagesDir, getOutputDirectory, getProjectDirectory, getRootDir, getSourceDirectory, getSourceDocumentExtensions, getSourceDocumentName, getSourceHighlighter, getSynchronizations, getTemplateDir, getTemplateEngine, getTitle, isEmbedAssets, isHeaderFooter, isSkip, logRenderedFile, setAttributeMissing, setAttributes, setAttributesOnBuilder, setAttributeUndefined, setBackend, setBaseDir, setDoctype, setEmbedAssets, setEruby, setExtensions, setGemPath, setHeaderFooter, setImagesDir, setOptions, setOutputDirectory, setPreserveDirertories, setProjectDirectory, setRelativeBaseDir, setRootDir, setSkip, setSourceDirectory, setSourceDocumentExtensions, setSourceDocumentName, setSourceHighlighter, setSynchronizations, setTemplateDir, setTemplateEngine, setTitle, synchronizepublic static final String PREFIX
@Parameter(property="asciidoctor.http.home",
required=false,
defaultValue="index")
protected String home
@Parameter(property="asciidoctor.http.reload-interval",
required=false,
defaultValue="0")
protected int autoReloadInterval
protected void doWork()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
doWork in class AsciidoctorRefreshMojoorg.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void renderFile(org.asciidoctor.Asciidoctor asciidoctorInstance,
Map<String,Object> options,
File f)
renderFile in class AsciidoctorMojopublic String getHome()
public void setHome(String home)
Copyright © 2015. All Rights Reserved.