Uses of Interface
org.apache.maven.api.Type
Packages that use Type
Package
Description
Maven Core 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 Type in org.apache.maven.api
Methods in org.apache.maven.api that return TypeModifier and TypeMethodDescriptionDependency.getType()
Returns the type of the dependency.DependencyCoordinates.getType()
Returns the type of the dependency.Session.requireType
(String id) Obtain theType
from the specifiedid
.Packaging.type()
The type of main artifact produced by this packaging. -
Uses of Type in org.apache.maven.api.plugin.testing.stubs
Methods in org.apache.maven.api.plugin.testing.stubs that return Type -
Uses of Type in org.apache.maven.api.services
Subinterfaces with type arguments of type Type in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return Type -
Uses of Type in org.apache.maven.api.spi
Subinterfaces with type arguments of type Type in org.apache.maven.api.spiModifier and TypeInterfaceDescriptioninterface
Service provider interface for registering customType
implementations. -
Uses of Type in org.apache.maven.impl
Methods in org.apache.maven.impl that return Type -
Uses of Type in org.apache.maven.impl.resolver.type
Classes in org.apache.maven.impl.resolver.type that implement TypeMethods in org.apache.maven.impl.resolver.type that return types with arguments of type Type -
Uses of Type in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return TypeMethods in org.apache.maven.internal.impl that return types with arguments of type Type -
Uses of Type in org.apache.maven.repository.internal.type
Classes in org.apache.maven.repository.internal.type that implement TypeMethods in org.apache.maven.repository.internal.type that return types with arguments of type Type
maven-api-impl
jar instead