Uses of Interface
org.apache.maven.api.Type
Packages that use Type
Package
Description
Maven Core 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.services
Methods in org.apache.maven.api.services that return Type -
Uses of Type in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl declared as TypeModifier and TypeFieldDescriptionprivate final Type
DefaultPackagingRegistry.DefaultPackaging.type
The field for thetype
record component.Fields in org.apache.maven.internal.impl with type parameters of type TypeModifier and TypeFieldDescriptionDefaultTypeRegistry.types
private final ConcurrentHashMap
<String, Type> DefaultTypeRegistry.usedTypes
Methods in org.apache.maven.internal.impl that return TypeModifier and TypeMethodDescriptionAetherDependencyWrapper.getType()
Returns the type of the wrapped dependency.AbstractSession.requireType
(String id) DefaultPackagingRegistry.DefaultPackaging.type()
Returns the value of thetype
record component.Methods in org.apache.maven.internal.impl that return types with arguments of type TypeConstructors in org.apache.maven.internal.impl with parameters of type TypeModifierConstructorDescriptionprivate
DefaultPackaging
(String id, Type type, Map<String, PluginContainer> plugins) Creates an instance of aDefaultPackaging
record class. -
Uses of Type in org.apache.maven.internal.impl.resolver.type
Classes in org.apache.maven.internal.impl.resolver.type that implement TypeMethods in org.apache.maven.internal.impl.resolver.type 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