public interface MavenDependencySPI extends MavenDependency
MavenDependency
for internals usage onlyModifier 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
|
boolean |
isUndeclaredScope()
Denotes that the scope defined here should be treated as undeclared (as brought in via
|
getExclusions, getScope, isOptional
equals, getClassifier, getPackaging, getType, getVersion, hashCode
toCanonicalForm
boolean isUndeclaredScope()
with no scope associated)
String getGroupId()
String getArtifactId()
Copyright © 2013 JBoss by Red Hat. All rights reserved.