@Mojo(name="auto-refresh") public class AsciidoctorRefreshMojo extends AsciidoctorMojo
| Modifier and Type | Field and Description |
|---|---|
protected int |
interval |
protected int |
port |
static String |
PREFIX |
ASCIIDOC_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 |
|---|
AsciidoctorRefreshMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute() |
protected void |
doWait() |
protected void |
doWork() |
void |
execute() |
protected long |
executeAndReturnDuration() |
ensureOutputExists, 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, renderFile, 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.refresher.port",
required=false)
protected int port
@Parameter(property="asciidoctor.refresher.interval",
required=false)
protected int interval
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class AsciidoctorMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void doWork()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void doWait()
protected void doExecute()
protected long executeAndReturnDuration()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2015. All Rights Reserved.