Uses of Interface
org.apache.maven.api.Service
Package
Description
-
Uses of Service in org.apache.maven.api
Modifier and TypeMethodDescription<T extends Service>
TSession.getService
(Class<T> clazz) Retrieves the service for the interface -
Uses of Service in org.apache.maven.api.services
Modifier and TypeInterfaceDescriptioninterface
Service used to createArtifactCoordinate
objects.interface
DeploysArtifact
s to aRemoteRepository
.interface
Service used to createArtifact
objects.interface
InstallsArtifact
s to the local repository.interface
interface
Resolves the artifact, i.e download the file when required and attach it to the artifactinterface
Checksum algorithms service.interface
The DependencyCollector service can be used to collect dependencies for a given artifact and builds a graph of them.interface
interface
Collects, flattens and resolves dependencies.interface
ExtensibleEnumRegistry<T extends ExtensibleEnum>
interface
interface
interface
interface
interface
A factory forMessageBuilder
.interface
interface
Resolves a POM from its coordinates.interface
interface
interface
interface
Interface to manage the project during its lifecycle.interface
Manager forProjectScope
.interface
Service used to interact with the end user.interface
Factory service to createLocalRepository
orRemoteRepository
objects.interface
Builds the effective settings from a user settings file and/or a global settings file.interface
Provides the super POM that all models implicitly inherit from.interface
Service to manageToolchain
s.interface
Builds the effective toolchains from a user toolchains file and/or a global toolchains file.interface
Transporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.interface
Access toType
registry.interface
Service interface to parseVersion
andVersionRange
.interface
Parses and evaluates version ranges encountered in dependency declarations.interface
Resolves artifact meta/pseudo versions. -
Uses of Service in org.apache.maven.api.services.xml
Modifier and TypeInterfaceDescriptioninterface
Reads or writes aModel
using XML.interface
Reads and writes aPluginDescriptor
object to/from XML.interface
Reads and writes aSettings
object to/from XML.interface
Reads and writes aPersistedToolchains
object to/from XML.interface
XmlFactory<T>
Generic interface to read/write objects to/from XML.