public abstract class AbstractRepositoryReader extends Object implements RepositoryReader
| Constructor and Description |
|---|
AbstractRepositoryReader() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContents(GAV gav,
String classifier,
String extension)
Returns the content of the identified artifact.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalArtifactLocationpublic InputStream getContents(GAV gav, String classifier, String extension) throws IOException
RepositoryReadergetContents in interface RepositoryReadernullIOException - if the artifact does not exist or cannot be obtained.Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.