public interface RepositoryReader
Modifier and Type | Method and Description |
---|---|
InputStream |
getContents(GAV gav,
String classifier,
String extension)
Returns the content of the identified artifact.
|
File |
getLocalArtifactLocation(GAV gav,
String classifier,
String extension)
Returns the permanent, local file system location of the identified artifact.
|
InputStream getContents(GAV gav, String classifier, String extension) throws IOException
null
IOException
- if the artifact does not exist or cannot be obtained.Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.