public interface MavenDependencyExclusion
<exclusion /> element for a MavenDependency. Immutable.| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Returns the "artifactId" portion of this artifact's coordinates
|
String |
getGroupId()
Returns the "groupId" portion of this artifact's coordinates
|
String |
toCanonicalForm()
Returns the canonical form of this
MavenDependencyExclusion in format groupId:artifactId |
String toCanonicalForm()
MavenDependencyExclusion in format groupId:artifactIdCoordinate.toCanonicalForm()String getGroupId()
String getArtifactId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.