org.sonatype.tycho.p2.repository
Interface RepositoryReader

All Known Implementing Classes:
LocalRepositoryReader, MavenRepositoryReader

public interface RepositoryReader


Method Summary
 InputStream getContents(GAV gav, String classifier, String extension)
           
 InputStream getContents(String remoteRelpath)
           
 

Method Detail

getContents

InputStream getContents(GAV gav,
                        String classifier,
                        String extension)
                        throws IOException
Throws:
IOException

getContents

InputStream getContents(String remoteRelpath)
                        throws IOException
Throws:
IOException


Copyright © 2008-2011. All Rights Reserved.