Uses of Interface
org.apache.maven.api.Service
Packages that use Service
Package
Description
-
Uses of Service in org.apache.maven.api
Methods in org.apache.maven.api with type parameters of type ServiceModifier 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
Subinterfaces of Service in org.apache.maven.api.servicesModifier 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
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
interface
interface
A factory forMessageBuilder
.interface
interface
Interface to manage the project during its lifecycle.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
Subinterfaces of Service in org.apache.maven.api.services.xmlModifier and TypeInterfaceDescriptioninterface
Reads or writes aModel
using 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. -
Uses of Service in org.apache.maven.cli.jansi
Classes in org.apache.maven.cli.jansi that implement Service -
Uses of Service in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement ServiceModifier and TypeClassDescriptionclass
class
Implementation ofArtifactDeployer
service.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.apache.maven.internal.impl with type parameters of type Service