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, wait
getLocalArtifactLocation
public InputStream getContents(GAV gav, String classifier, String extension) throws IOException
RepositoryReader
getContents
in interface RepositoryReader
null
IOException
- if the artifact does not exist or cannot be obtained.Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.