public class ReactorReader extends Object implements org.eclipse.aether.repository.WorkspaceReader
| Constructor and Description |
|---|
ReactorReader(Map<String,org.apache.maven.project.MavenProject> reactorProjects,
File workspaceRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProject(org.apache.maven.project.MavenProject mavenProject) |
File |
findArtifact(org.eclipse.aether.artifact.Artifact artifact) |
List<String> |
findVersions(org.eclipse.aether.artifact.Artifact artifact) |
org.eclipse.aether.repository.WorkspaceRepository |
getRepository() |
public File findArtifact(org.eclipse.aether.artifact.Artifact artifact)
findArtifact in interface org.eclipse.aether.repository.WorkspaceReaderpublic List<String> findVersions(org.eclipse.aether.artifact.Artifact artifact)
findVersions in interface org.eclipse.aether.repository.WorkspaceReaderpublic void addProject(org.apache.maven.project.MavenProject mavenProject)
public org.eclipse.aether.repository.WorkspaceRepository getRepository()
getRepository in interface org.eclipse.aether.repository.WorkspaceReaderCopyright © 2004–2019. All rights reserved.