Class ArtifactIncludeNode
java.lang.Object
org.apache.maven.shared.artifact.filter.resolve.transform.ArtifactIncludeNode
- All Implemented Interfaces:
Node
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.model.Dependency
getDependency.
-
Field Details
-
artifact
private final org.apache.maven.artifact.Artifact artifact
-
-
Constructor Details
-
ArtifactIncludeNode
ArtifactIncludeNode(org.apache.maven.artifact.Artifact artifact)
-
-
Method Details
-
getDependency
public org.apache.maven.model.Dependency getDependency()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:
-