Class ArtifactIncludeNode
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeNode
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.artifact.Artifact
artifact
-
Constructor Summary
Constructors Constructor Description ArtifactIncludeNode(org.apache.maven.artifact.Artifact artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.model.Dependency
getDependency()
Note: an artifact doesn't contain exclusion information, so it won't be available here.
-
-
-
Method Detail
-
getDependency
public org.apache.maven.model.Dependency getDependency()
Note: an artifact doesn't contain exclusion information, so it won't be available here. When required switch to filtering based on Aether- Specified by:
getDependency
in interfaceNode
- Returns:
Dependency
- See Also:
EclipseAetherNode
,SonatypeAetherNode
-
-