All Classes and Interfaces

Class
Description
Common base class for IKE plugin mojos.
Resolves the available released versions of a Maven coordinate.
Environment-aware IkePrompter (IKE-Network/ike-issues#385).
Compile-time identifier for a goal exported by an IKE Maven plugin.
Per-goal report writer for IKE plugins.
Fluent builder for the body of an IKE goal report.
The report a goal produces — which goal it is, where its report file lands, and the Markdown body.
Interactive-prompt abstraction for IKE plugin goals (IKE-Network/ike-issues#385).
Comparator that orders Maven version strings the same way Maven 4's DefaultArtifactVersion does — broadly: split on ./-/_/digit-letter transitions, compare numeric segments numerically, alpha segments lexicographically with a few well-known qualifier ranks (alpha < beta < milestone < rc < snapshot < (release) < sp).
Deterministic IkePrompter that replays a fixed script of answers (IKE-Network/ike-issues#385).
CandidateVersionResolver backed by the Maven 4 VersionRangeResolver service.
Thrown when a CandidateVersionResolver cannot reach its backing repository or fails to resolve a coordinate.