Uses of Class
org.apache.maven.model.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type DependencyModifier and TypeFieldDescriptionprivate List<Dependency>
DependencyManagement.dependencies
Field dependencies.private List<Dependency>
ModelBase.dependencies
Field dependencies.private List<Dependency>
Plugin.dependencies
Field dependencies.Methods in org.apache.maven.model that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyManagement.getDependencies()
Method getDependencies.ModelBase.getDependencies()
Method getDependencies.Plugin.getDependencies()
Method getDependencies.Methods in org.apache.maven.model with parameters of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.addDependency
(Dependency dependency) Method addDependency.void
ModelBase.addDependency
(Dependency dependency) Method addDependency.void
Plugin.addDependency
(Dependency dependency) Method addDependency.void
DependencyManagement.removeDependency
(Dependency dependency) Method removeDependency.void
ModelBase.removeDependency
(Dependency dependency) Method removeDependency.void
Plugin.removeDependency
(Dependency dependency) Method removeDependency.Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
DependencyManagement.setDependencies
(List<Dependency> dependencies) Set the dependencies specified here are not used until they are referenced in a POM within the group.void
ModelBase.setDependencies
(List<Dependency> dependencies) Set this element describes all of the dependencies associated with a project.void
Plugin.setDependencies
(List<Dependency> dependencies) Set additional dependencies that this project needs to introduce to the plugin's classloader. -
Uses of Dependency in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return DependencyModifier and TypeMethodDescriptionprivate Dependency
MavenXpp3Reader.parseDependency
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDependency.Methods in org.apache.maven.model.io.xpp3 with parameters of type DependencyModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeDependency
(Dependency dependency, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDependency. -
Uses of Dependency in org.apache.maven.project
Methods in org.apache.maven.project that return DependencyMethods in org.apache.maven.project with parameters of type Dependency -
Uses of Dependency in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type DependencyModifier and TypeMethodDescriptionprivate void
DefaultModelDefaultsInjector.mergeDependencyWithDefaults
(Dependency dep, Dependency def)