Uses of Annotation Interface
org.apache.maven.api.annotations.Consumer
Packages that use Consumer
Package
Description
Maven Core API
Maven Plugin API.
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
Defines the Service Provider Interface (SPI) for Maven extensions, allowing
third-party implementations to extend and customize Maven's core functionality
through a stable, versioned API.
-
Uses of Consumer in org.apache.maven.api
Classes in org.apache.maven.api with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceA listener for session events.interfaceDefines a hierarchical visitor for collecting dependency node trees. -
Uses of Consumer in org.apache.maven.api.plugin
Classes in org.apache.maven.api.plugin with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceInterface that can be provided by the plugin to wire in custom lifecycles leveraged using theExecuteannotation.interfaceRepresents the contract for Mojos to interact with the Maven infrastructure. -
Uses of Consumer in org.apache.maven.api.services
Classes in org.apache.maven.api.services with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceFactory interface for creating toolchain instances from configuration models.interfaceTransport for specified remote repository (using provided remote repository base URI as root).interfaceTransporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.classinterfaceParses and evaluates version ranges encountered in dependency declarations.classinterfaceResolves artifact meta/pseudo versions.class -
Uses of Consumer in org.apache.maven.api.spi
Classes in org.apache.maven.api.spi with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceExtensibleEnumProvider<T extends ExtensibleEnum>An SPI interface to extend Maven with new enum values for extensible enumerations.interfaceService provider interface for registering customLanguageimplementations.interfaceService provider interface for registering customLifecycleimplementations.interfaceTheModelParserinterface is used to locate and readModels from the file system.interfaceInterface for model transformers that can modify Maven project models at different stages of processing.interfaceService provider interface for registering customPackagingimplementations.interfaceService provider interface for registering customPathScopeimplementations.interfaceService provider interface for registering customProjectScopeimplementations.interfaceComponent able to contribute to Maven session user properties.interfaceMarker interface to indicate services that can be provided by plugins and extensions.interfaceService provider interface for registering customTypeimplementations.