Package ch.so.agi.hop.doclint.mojo
Class DocumentationMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.so.agi.hop.doclint.mojo.AbstractDocLintMojo
ch.so.agi.hop.doclint.mojo.DocumentationMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="documentation",
defaultPhase=VERIFY,
threadSafe=true)
public class DocumentationMojo
extends AbstractDocLintMojo
Validates the AsciiDoc pages referenced by the Hop plugin annotations.
-
Field Summary
Fields inherited from class ch.so.agi.hop.doclint.mojo.AbstractDocLintMojo
classesDirectory, docsDirectory, examplesDirectory, project, requireDocumentation, requireExamples, requireKeywords, session, skipFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanprotected booleanMethods inherited from class ch.so.agi.hop.doclint.mojo.AbstractDocLintMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DocumentationMojo
public DocumentationMojo()
-
-
Method Details
-
metadataEnabled
protected boolean metadataEnabled()- Specified by:
metadataEnabledin classAbstractDocLintMojo
-
documentationEnabled
protected boolean documentationEnabled()- Specified by:
documentationEnabledin classAbstractDocLintMojo
-
samplesEnabled
protected boolean samplesEnabled()- Specified by:
samplesEnabledin classAbstractDocLintMojo
-