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