Package org.eclipse.tycho.p2.repository
Interface RepositoryReader
-
- All Known Implementing Classes:
LocalRepositoryReader
public interface RepositoryReader
Interface to obtain artifacts from GAV-indexed repositories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getLocalArtifactLocation(GAV gav, String classifier, String extension)
Returns the permanent, local file system location of the identified artifact.
-