Uses of Class
org.apache.maven.model.v3_0_0.Dependency
-
Packages that use Dependency Package Description org.apache.maven.model.v3_0_0 org.apache.maven.model.v3_0_0.io.xpp3 -
-
Uses of Dependency in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>
ModelBase. dependencies
Field dependencies.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>
ModelBase. getDependencies()
Method getDependencies.Methods in org.apache.maven.model.v3_0_0 with parameters of type Dependency Modifier and Type Method Description void
ModelBase. addDependency(Dependency dependency)
Method addDependency.void
ModelBase. removeDependency(Dependency dependency)
Method removeDependency.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Dependency Modifier and Type Method Description void
ModelBase. setDependencies(java.util.List<Dependency> dependencies)
Set this element describes all of the dependencies associated with a project. -
Uses of Dependency in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return Dependency Modifier and Type Method Description private Dependency
MavenXpp3Reader. parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseDependency.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type Dependency Modifier and Type Method Description private void
MavenXpp3Writer. writeDependency(Dependency dependency, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDependency.
-