Package org.eclipse.tycho.p2.repository
Class LocalRepositoryReader
- java.lang.Object
-
- org.eclipse.tycho.p2.repository.LocalRepositoryReader
-
- All Implemented Interfaces:
RepositoryReader
public class LocalRepositoryReader extends Object implements RepositoryReader
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryReader(File localMavenRepositoryRoot, MavenRepositorySystem repositorySystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetLocalArtifactLocation(GAV gav, String classifier, String extension)Returns the permanent, local file system location of the identified artifact.
-
-
-
Constructor Detail
-
LocalRepositoryReader
public LocalRepositoryReader(File localMavenRepositoryRoot, MavenRepositorySystem repositorySystem)
-
-
Method Detail
-
getLocalArtifactLocation
public File getLocalArtifactLocation(GAV gav, String classifier, String extension)
Description copied from interface:RepositoryReaderReturns the permanent, local file system location of the identified artifact. This may trigger a download of the artifact if necessary.- Specified by:
getLocalArtifactLocationin interfaceRepositoryReader- Returns:
- the local location of the artifact; never
null
-
-