public class ProjectWorkspaceReader extends Object implements org.eclipse.aether.repository.WorkspaceReader
Modifier and Type | Method and Description |
---|---|
void |
addArtifact(Artifact artifact) |
void |
addPom(Pom pom) |
File |
findArtifact(org.eclipse.aether.artifact.Artifact artifact) |
List<String> |
findVersions(org.eclipse.aether.artifact.Artifact artifact) |
static ProjectWorkspaceReader |
getInstance() |
org.eclipse.aether.repository.WorkspaceRepository |
getRepository() |
public void addPom(Pom pom)
public void addArtifact(Artifact artifact)
public org.eclipse.aether.repository.WorkspaceRepository getRepository()
getRepository
in interface org.eclipse.aether.repository.WorkspaceReader
public File findArtifact(org.eclipse.aether.artifact.Artifact artifact)
findArtifact
in interface org.eclipse.aether.repository.WorkspaceReader
public List<String> findVersions(org.eclipse.aether.artifact.Artifact artifact)
findVersions
in interface org.eclipse.aether.repository.WorkspaceReader
public static ProjectWorkspaceReader getInstance()
Copyright © 2010–2015 The Eclipse Foundation. All rights reserved.