org.sonatype.tycho.p2.repository
Interface RepositoryReader
- All Known Implementing Classes:
- LocalRepositoryReader, MavenRepositoryReader
public interface RepositoryReader
Method Summary |
java.io.InputStream |
getContents(GAV gav,
java.lang.String classifier,
java.lang.String extension)
|
java.io.InputStream |
getContents(java.lang.String remoteRelpath)
|
getContents
java.io.InputStream getContents(GAV gav,
java.lang.String classifier,
java.lang.String extension)
throws java.io.IOException
- Throws:
java.io.IOException
getContents
java.io.InputStream getContents(java.lang.String remoteRelpath)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008-2011. All Rights Reserved.