public class DependencyDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
DependencyDescriptor(Artifact dependencyArtifact,
boolean optional,
java.util.List<Artifact> exclusions) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getDependencyArtifact() |
java.util.List<Artifact> |
getExclusions() |
boolean |
isOptional() |