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 theTypefrom 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 TypeDefaultPackagingRegistry.DefaultPackaging.typeThe field for thetyperecord component.Fields in org.apache.maven.internal.impl with type parameters of type TypeModifier and TypeFieldDescriptionDefaultTypeRegistry.typesprivate final ConcurrentHashMap<String, Type> DefaultTypeRegistry.usedTypesMethods 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 thetyperecord 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 TypeModifierConstructorDescriptionprivateDefaultPackaging(String id, Type type, Map<String, PluginContainer> plugins) Creates an instance of aDefaultPackagingrecord 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-impljar instead