Uses of Annotation Interface
org.apache.maven.api.annotations.Consumer
Packages that use Consumer
Package
Description
Maven Core API
- 
Uses of Consumer in org.apache.maven.apiClasses 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.pluginClasses 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.interfaceThis interface forms the contract required for Mojos to interact with the Maven infrastructure.
- 
Uses of Consumer in org.apache.maven.api.servicesClasses in org.apache.maven.api.services with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceinterfaceTransport 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.spiClasses in org.apache.maven.api.spi with annotations of type ConsumerModifier and TypeInterfaceDescriptioninterfaceExtensibleEnumProvider<T extends ExtensibleEnum>An SPI interface to extend Maven with a new enum value.interfaceinterfaceinterfaceTheModelParserinterface is used to locate and readModels from the file system.interfaceMarker interface for model transformers.interfaceinterfaceinterfaceinterfaceComponent able to contribute to Maven session user properties.interfaceMarker interface to indicate services that can be provided by plugins and extensions.interface