Uses of Class
org.apache.maven.model.v3_0_0.Dependency
Packages that use Dependency
-
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 DependencyModifier and TypeFieldDescriptionprivate List<Dependency>
ModelBase.dependencies
Field dependencies.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type DependencyMethods in org.apache.maven.model.v3_0_0 with parameters of type DependencyModifier and TypeMethodDescriptionvoid
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 DependencyModifier and TypeMethodDescriptionvoid
ModelBase.setDependencies
(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 DependencyModifier and TypeMethodDescriptionprivate 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 DependencyModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeDependency
(Dependency dependency, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDependency.