public class Coordinate extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
artifactId |
protected String |
classifier |
protected Set<String> |
exclusions |
protected String |
groupId |
protected boolean |
optional |
protected String |
scope |
protected String |
snapshotVersion |
protected String |
systemPath |
protected String |
version |
Modifier | Constructor and Description |
---|---|
|
Coordinate() |
|
Coordinate(String groupId,
String artifactId,
String version) |
|
Coordinate(String groupId,
String artifactId,
String version,
String scope,
boolean optional,
String systemPath,
String classifier)
Deprecated.
|
protected |
Coordinate(String groupId,
String artifactId,
String version,
String scope,
boolean optional,
String systemPath,
String classifier,
Set<String> exclusions) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getFileName(boolean withProjectPrefix,
boolean withClassifier,
String fileExtension) |
String |
getFileName(boolean withClassifier,
String fileExtension) |
String |
getGAV() |
String |
getGroupId() |
String |
getJarName() |
String |
getJarName(boolean withProjectPrefix) |
String |
getKey() |
String |
getPOMName() |
String |
getPOMName(boolean withProjectPrefix) |
String |
getVersion() |
String |
normalize(String s) |
void |
setSnapshotVersion(String version) |
String |
toString() |
protected String groupId
protected String artifactId
protected String version
protected String systemPath
protected String classifier
protected String scope
protected String snapshotVersion
protected boolean optional
public Coordinate()
@Deprecated public Coordinate(String groupId, String artifactId, String version, String scope, boolean optional, String systemPath, String classifier)
public String getJarName()
public String getJarName(boolean withProjectPrefix)
public String getPOMName()
public String getPOMName(boolean withProjectPrefix)
public String getFileName(boolean withProjectPrefix, boolean withClassifier, String fileExtension)
public String getKey()
public void setSnapshotVersion(String version)
public String getGAV()
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2015–2022 SciJava. All rights reserved.