ShrinkWrap Resolver Maven Implementation 2.0.0-alpha-4

org.jboss.shrinkwrap.resolver.impl.maven.aether
Class ClasspathWorkspaceReader

java.lang.Object
  extended by 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

Constructor Summary
ClasspathWorkspaceReader()
           
 
Method Summary
 File findArtifact(org.sonatype.aether.artifact.Artifact artifact)
           
 List<String> findVersions(org.sonatype.aether.artifact.Artifact artifact)
           
 org.sonatype.aether.repository.WorkspaceRepository getRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathWorkspaceReader

public ClasspathWorkspaceReader()
Method Detail

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

ShrinkWrap Resolver Maven Implementation 2.0.0-alpha-4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.