All Classes and Interfaces
Class
Description
Base implementation of the DocLint goals.
Minimal AsciiDoc reader for the doclint contract: document attributes and level-2 sections.
Runs the metadata, documentation and example checks; the goal wired into
verify.Result of a single check.
Outcome of a single documentation check.
Resolved DocLint settings for one Maven project.
Validates the AsciiDoc pages referenced by the Hop plugin annotations.
Validates the AsciiDoc page of every discovered plugin element.
Display help information on hop-plugin-doclint-maven-plugin.
Call
Call
mvn hop-plugin-doclint:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.Validates the Hop annotation metadata of compiled plugin classes.
Validates the Hop annotation metadata of every discovered plugin element.
One annotated Hop plugin element discovered on the compiled classes.
Discovers Hop plugin annotations on compiled classes.
Discovered plugin elements and the number of classes that were scanned.
Hop plugin element types understood by the linter.
Writes the DocLint console report grouped by plugin element.
Validates the user examples under
examples/ for every Hop plugin element.Validates that every plugin element has a user example under
examples/.