Uses of Class
org.apache.maven.api.model.Dependency
Packages that use Dependency
Package
Description
Maven POM (Project Object Model) classes, generated from 
maven.mdo model.POM merger.
- 
Uses of Dependency in org.apache.maven.api.modelMethods in org.apache.maven.api.model that return DependencyModifier and TypeMethodDescriptionDependency.Builder.build()static DependencyDependency.newInstance()Creates a newDependencyinstance.static DependencyDependency.newInstance(boolean withDefaults) Creates a newDependencyinstance using default values or not.Dependency.withArtifactId(String artifactId) Creates a newDependencyinstance using the specified artifactId.Dependency.withClassifier(String classifier) Creates a newDependencyinstance using the specified classifier.Dependency.withExclusions(Collection<Exclusion> exclusions) Creates a newDependencyinstance using the specified exclusions.Dependency.withGroupId(String groupId) Creates a newDependencyinstance using the specified groupId.Dependency.withOptional(String optional) Creates a newDependencyinstance using the specified optional.Creates a newDependencyinstance using the specified scope.Dependency.withSystemPath(String systemPath) Creates a newDependencyinstance using the specified systemPath.Creates a newDependencyinstance using the specified type.Dependency.withVersion(String version) Creates a newDependencyinstance using the specified version.Methods in org.apache.maven.api.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyManagement.getDependencies()The dependencies specified here are not used until they are referenced in a POM within the group.ModelBase.getDependencies()This element describes all of the dependencies associated with a project.Plugin.getDependencies()Additional dependencies that this project needs to introduce to the plugin's classloader.Methods in org.apache.maven.api.model with parameters of type DependencyModifier and TypeMethodDescriptionstatic Dependency.BuilderDependency.newBuilder(Dependency from) Creates a newDependencybuilder instance using the specified object as a basis.static Dependency.BuilderDependency.newBuilder(Dependency from, boolean forceCopy) Creates a newDependencybuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type DependencyModifier and TypeMethodDescriptionDependencyManagement.Builder.dependencies(Collection<Dependency> dependencies) Model.Builder.dependencies(Collection<Dependency> dependencies) ModelBase.Builder.dependencies(Collection<Dependency> dependencies) Plugin.Builder.dependencies(Collection<Dependency> dependencies) Profile.Builder.dependencies(Collection<Dependency> dependencies) DependencyManagement.withDependencies(Collection<Dependency> dependencies) Creates a newDependencyManagementinstance using the specified dependencies.Model.withDependencies(Collection<Dependency> dependencies) Creates a newModelinstance using the specified dependencies.ModelBase.withDependencies(Collection<Dependency> dependencies) Creates a newModelBaseinstance using the specified dependencies.Plugin.withDependencies(Collection<Dependency> dependencies) Creates a newPlugininstance using the specified dependencies.Profile.withDependencies(Collection<Dependency> dependencies) Creates a newProfileinstance using the specified dependencies.
- 
Uses of Dependency in org.apache.maven.api.servicesMethods in org.apache.maven.api.services with parameters of type DependencyModifier and TypeMethodDescriptiondefault DependencyCoordinateDependencyCoordinateFactory.create(Session session, Dependency dependency) 
- 
Uses of Dependency in org.apache.maven.modelMethods in org.apache.maven.model that return DependencyMethods in org.apache.maven.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>Dependency.dependencyToApiV4(List<Dependency> list) Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>Dependency.dependencyToApiV3(List<Dependency> list) Constructors in org.apache.maven.model with parameters of type DependencyModifierConstructorDescriptionDependency(Dependency delegate) Dependency(Dependency delegate, BaseObject parent) 
- 
Uses of Dependency in org.apache.maven.model.managementMethods in org.apache.maven.model.management with parameters of type DependencyModifier and TypeMethodDescriptionprotected voidDefaultDependencyManagementInjector.ManagementModelMerger.mergeDependency_Exclusions(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidDefaultDependencyManagementInjector.ManagementModelMerger.mergeDependency_Optional(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) 
- 
Uses of Dependency in org.apache.maven.model.mergeMethods in org.apache.maven.model.merge that return types with arguments of type DependencyModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Dependency>MavenModelMerger.getDependencyKey()
- 
Uses of Dependency in org.apache.maven.model.resolutionMethods in org.apache.maven.model.resolution with parameters of type DependencyModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified) Method parameters in org.apache.maven.model.resolution with type arguments of type DependencyModifier and TypeMethodDescriptiondefault ModelSourceModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified) 
- 
Uses of Dependency in org.apache.maven.model.v4Methods in org.apache.maven.model.v4 that return DependencyModifier and TypeMethodDescriptionprotected DependencyMavenMerger.mergeDependency(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected DependencyMavenTransformer.transformDependency(Dependency target) Methods in org.apache.maven.model.v4 that return types with arguments of type DependencyModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Dependency>MavenMerger.getDependencyKey()Methods in org.apache.maven.model.v4 with parameters of type DependencyModifier and TypeMethodDescriptionprotected voidMavenMerger.mergeDependency(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected DependencyMavenMerger.mergeDependency(Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_ArtifactId(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Classifier(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Exclusions(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_GroupId(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Optional(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Scope(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_SystemPath(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Type(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeDependency_Version(Dependency.Builder builder, Dependency target, Dependency source, boolean sourceDominant, Map<Object, Object> context) protected DependencyMavenTransformer.transformDependency(Dependency target) protected voidMavenTransformer.transformDependency_ArtifactId(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Classifier(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Exclusions(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_GroupId(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Optional(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Scope(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_SystemPath(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Type(Dependency.Builder builder, Dependency target) protected voidMavenTransformer.transformDependency_Version(Dependency.Builder builder, Dependency target) 
- 
Uses of Dependency in org.apache.maven.model.validationMethods in org.apache.maven.model.validation with parameters of type DependencyModifier and TypeMethodDescriptionprotected voidDefaultModelValidator.validateDependencyVersion(ModelProblemCollector problems, Dependency d, String prefix) 
- 
Uses of Dependency in org.apache.maven.projectMethods in org.apache.maven.project with parameters of type DependencyModifier and TypeMethodDescriptionProjectModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified) Method parameters in org.apache.maven.project with type arguments of type DependencyModifier and TypeMethodDescriptionProjectModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified)