public interface Artifact
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXTENSION |
static String |
DEFAULT_VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension() |
String |
getGroupId() |
Path |
getPath() |
String |
getVersion() |
Artifact |
setPath(Path path) |
Artifact |
setVersion(String version) |
static final String DEFAULT_EXTENSION
static final String DEFAULT_VERSION
Copyright © 2012–2014 Red Hat, Inc.. All rights reserved.