|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
org.apache.maven.project | Classes used in the Maven Project Object Model |
org.apache.maven.repository | Repository and their held artifacts |
Uses of Dependency in org.apache.maven.project |
Methods in org.apache.maven.project that return Dependency | |
Dependency |
Project.getDependency(java.lang.String depId)
Get an individual dependency by id. |
Methods in org.apache.maven.project with parameters of type Dependency | |
void |
Project.addDependency(Dependency dependency)
Add a unique dependency for this project. |
Uses of Dependency in org.apache.maven.repository |
Methods in org.apache.maven.repository that return Dependency | |
Dependency |
Artifact.getDependency()
Get the dependency. |
Dependency |
AbstractArtifact.getDependency()
|
Methods in org.apache.maven.repository with parameters of type Dependency | |
static Artifact |
DefaultArtifactFactory.createArtifact(Dependency dependency)
Return an appropriate Artifact implementation based on the dependency type. |
void |
Artifact.setDependency(Dependency dependency)
Set the dependency for this JAR artifact. |
void |
AbstractArtifact.setDependency(Dependency dependency)
|
Constructors in org.apache.maven.repository with parameters of type Dependency | |
PluginArtifact(Dependency dependency)
Constructor for the MavenSession Plugin artifact object. |
|
GenericArtifact(Dependency dependency)
Constructor for the GenericArtifact object |
|
AbstractArtifact(Dependency dependency)
Default constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |