org.sonatype.tycho.p2.repository
Class LocalRepositoryReader

java.lang.Object
  extended by org.sonatype.tycho.p2.repository.LocalRepositoryReader
All Implemented Interfaces:
RepositoryReader

public class LocalRepositoryReader
extends Object
implements RepositoryReader


Constructor Summary
LocalRepositoryReader(File basedir)
           
 
Method Summary
 InputStream getContents(GAV gav, String classifier, String extension)
           
 InputStream getContents(String remoteRelpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRepositoryReader

public LocalRepositoryReader(File basedir)
Method Detail

getContents

public InputStream getContents(GAV gav,
                               String classifier,
                               String extension)
                        throws IOException
Specified by:
getContents in interface RepositoryReader
Throws:
IOException

getContents

public InputStream getContents(String remoteRelpath)
                        throws IOException
Specified by:
getContents in interface RepositoryReader
Throws:
IOException


Copyright © 2008-2011. All Rights Reserved.