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.dependenciesField dependencies.private List<Dependency>ModelBase.dependenciesField dependencies.private List<Dependency>Plugin.dependenciesField 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 TypeMethodDescriptionvoidDependencyManagement.addDependency(Dependency dependency) Method addDependency.voidModelBase.addDependency(Dependency dependency) Method addDependency.voidPlugin.addDependency(Dependency dependency) Method addDependency.voidDependencyManagement.removeDependency(Dependency dependency) Method removeDependency.voidModelBase.removeDependency(Dependency dependency) Method removeDependency.voidPlugin.removeDependency(Dependency dependency) Method removeDependency.Method parameters in org.apache.maven.model with type arguments of type DependencyModifier and TypeMethodDescriptionvoidDependencyManagement.setDependencies(List<Dependency> dependencies) Set the dependencies specified here are not used until they are referenced in a POM within the group.voidModelBase.setDependencies(List<Dependency> dependencies) Set this element describes all of the dependencies associated with a project.voidPlugin.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 DependencyMavenXpp3Reader.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 voidMavenXpp3Writer.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 voidDefaultModelDefaultsInjector.mergeDependencyWithDefaults(Dependency dep, Dependency def)