Uses of Class
org.apache.maven.model.Dependency
-
Packages that use Dependency Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project org.apache.maven.project.injection -
-
Uses of Dependency in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>DependencyManagement. dependenciesField dependencies.private java.util.List<Dependency>ModelBase. dependenciesField dependencies.private java.util.List<Dependency>Plugin. dependenciesField dependencies.Methods in org.apache.maven.model that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>DependencyManagement. getDependencies()Method getDependencies.java.util.List<Dependency>ModelBase. getDependencies()Method getDependencies.java.util.List<Dependency>Plugin. getDependencies()Method getDependencies.Methods in org.apache.maven.model with parameters of type Dependency Modifier and Type Method Description voidDependencyManagement. 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 Dependency Modifier and Type Method Description voidDependencyManagement. setDependencies(java.util.List<Dependency> dependencies)Set the dependencies specified here are not used until they are referenced in a POM within the group.voidModelBase. setDependencies(java.util.List<Dependency> dependencies)Set this element describes all of the dependencies associated with a project.voidPlugin. setDependencies(java.util.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 Dependency Modifier and Type Method Description private 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 Dependency Modifier and Type Method Description private voidMavenXpp3Writer. writeDependency(Dependency dependency, java.lang.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 Dependency Modifier and Type Method Description static DependencyModelUtils. cloneDependency(Dependency src)Methods in org.apache.maven.project with parameters of type Dependency Modifier and Type Method Description static DependencyModelUtils. cloneDependency(Dependency src) -
Uses of Dependency in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type Dependency Modifier and Type Method Description private voidDefaultModelDefaultsInjector. mergeDependencyWithDefaults(Dependency dep, Dependency def)
-