public class MutableWorkspaceState extends WorkspaceState2
state, SYSPROP_STATEFILE_LOCATION
Constructor and Description |
---|
MutableWorkspaceState() |
Modifier and Type | Method and Description |
---|---|
void |
putArtifact(File artifact,
String groupId,
String artifactId,
String extension,
String classifier,
String version) |
void |
putPom(File pom,
String groupId,
String artifactId,
String version) |
void |
store(File file) |
void |
store(OutputStream os) |
asProperties, findArtifact, findVersions, getInstance, getState, load, resolveArtifact
public void putArtifact(File artifact, String groupId, String artifactId, String extension, String classifier, String version)
public void store(File file) throws IOException
IOException
public void store(OutputStream os) throws IOException
IOException
Copyright © 2023 eclipse m2e. All rights reserved.