public interface Coordinate
Dependency
.Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Get the minor-identifier
|
String |
getClassifier()
Get the classifier.
|
String |
getGroupId()
Get the major identifier
|
String |
getPackaging()
Get the packaging type.
|
String |
getSystemPath()
Get the systemPath of this
Dependency |
String |
getVersion()
Get the version
|
boolean |
isSnapshot()
Returns true if this coordinate version is a SNAPSHOT
|
String getGroupId()
String getArtifactId()
String getVersion()
String getClassifier()
String getPackaging()
String getSystemPath()
Dependency
boolean isSnapshot()
Copyright © 2015 JBoss by Red Hat. All rights reserved.