Package ch.so.agi.hop.doclint.mojo
Class CheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.so.agi.hop.doclint.mojo.AbstractDocLintMojo
ch.so.agi.hop.doclint.mojo.CheckMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="check",
defaultPhase=VERIFY,
threadSafe=true)
public class CheckMojo
extends AbstractDocLintMojo
Runs the metadata, documentation and example checks; the goal wired into
verify.-
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
-
CheckMojo
public CheckMojo()
-
-
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
-