public class WorkspaceState extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SYSPROP_STATEFILE_LOCATION |
Constructor and Description |
---|
WorkspaceState() |
Modifier and Type | Method and Description |
---|---|
static File |
findArtifact(String groupId,
String artifactId,
String type,
String classifier,
String baseVersion) |
static List<String> |
findVersions(String groupId,
String artifactId) |
static Properties |
getState() |
static boolean |
resolveArtifact(org.apache.maven.artifact.Artifact artifact) |
public static final String SYSPROP_STATEFILE_LOCATION
Copyright © 2015 eclipse m2e. All rights reserved.