Uses of Annotation Interface
org.apache.maven.api.annotations.Consumer
Package
Description
-
Uses of Consumer in org.apache.maven.api
Modifier and TypeInterfaceDescriptioninterface
A listener for session events.interface
Defines a hierarchical visitor for collecting dependency node trees. -
Uses of Consumer in org.apache.maven.api.plugin
Modifier and TypeInterfaceDescriptioninterface
Interface that can be provided by the plugin to wire in custom lifecycles leveraged using theExecute
annotation.interface
This interface forms the contract required forMojos
to interact with theMaven
infrastructure.
It features anexecute()
method, which triggers the Mojo's build-process behavior, and can throw a MojoException if error conditions occur. -
Uses of Consumer in org.apache.maven.api.services
Modifier and TypeInterfaceDescriptioninterface
interface
Transport for specified remote repository (using provided remote repository base URI as root).interface
Transporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.class
interface
Parses and evaluates version ranges encountered in dependency declarations.class
interface
Resolves artifact meta/pseudo versions.class
-
Uses of Consumer in org.apache.maven.api.spi
Modifier and TypeInterfaceDescriptioninterface
ExtensibleEnumProvider<T extends ExtensibleEnum>
An SPI interface to extend Maven with a new enum value.interface
interface
TheModelParser
interface is used to locate and readModel
s from the file system.interface
interface
interface
Component able to contribute to Maven session user properties.interface
Marker interface to indicate services that can be provided by plugins and extensions.interface