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 java.io.File
getLocalArtifactLocation(GAV gav, java.lang.String classifier, java.lang.String extension)
Returns the permanent, local file system location of the identified artifact.
-
-
-
Method Detail
-
getLocalArtifactLocation
java.io.File getLocalArtifactLocation(GAV gav, java.lang.String classifier, java.lang.String extension)
Returns the permanent, local file system location of the identified artifact. This may trigger a download of the artifact if necessary.- Returns:
- the local location of the artifact; never
null
-
-