org.jboss.shrinkwrap.resolver.impl.maven.aether
Class ClasspathWorkspaceReader
java.lang.Object
org.jboss.shrinkwrap.resolver.impl.maven.aether.ClasspathWorkspaceReader
- All Implemented Interfaces:
- org.sonatype.aether.repository.WorkspaceReader
public class ClasspathWorkspaceReader
- extends Object
- implements org.sonatype.aether.repository.WorkspaceReader
WorkspaceReader implementation capable of reading from the ClassPath
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathWorkspaceReader
public ClasspathWorkspaceReader()
getRepository
public org.sonatype.aether.repository.WorkspaceRepository getRepository()
- Specified by:
getRepository in interface org.sonatype.aether.repository.WorkspaceReader
findArtifact
public File findArtifact(org.sonatype.aether.artifact.Artifact artifact)
- Specified by:
findArtifact in interface org.sonatype.aether.repository.WorkspaceReader
findVersions
public List<String> findVersions(org.sonatype.aether.artifact.Artifact artifact)
- Specified by:
findVersions in interface org.sonatype.aether.repository.WorkspaceReader
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.