public class ArtifactSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId |
String |
classifier |
File |
file |
boolean |
gathered |
String |
groupId |
String |
packaging |
String |
scope |
boolean |
shouldGather |
String |
version |
| Constructor and Description |
|---|
ArtifactSpec(String scope,
String groupId,
String artifactId,
String version,
String packaging,
String classifier,
File file) |
| Modifier and Type | Method and Description |
|---|---|
String |
coordinates() |
boolean |
equals(Object other) |
String |
getFileName() |
int |
hashCode() |
String |
mscCoordinates() |
String |
toString() |
public final String scope
public final String groupId
public final String artifactId
public final String version
public final String packaging
public final String classifier
public File file
public boolean shouldGather
public boolean gathered
Copyright © 2015 JBoss by Red Hat. All rights reserved.