public class LocalRepositoryReader extends java.lang.Object implements RepositoryReader
Modifier and Type | Field and Description |
---|---|
private java.io.File |
localMavenRepositoryRoot |
private MavenRepositorySystem |
repositorySystem |
Constructor and Description |
---|
LocalRepositoryReader(java.io.File localMavenRepositoryRoot,
MavenRepositorySystem repositorySystem) |
Modifier and Type | Method and 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.
|
private final java.io.File localMavenRepositoryRoot
private final MavenRepositorySystem repositorySystem
public LocalRepositoryReader(java.io.File localMavenRepositoryRoot, MavenRepositorySystem repositorySystem)
public java.io.File getLocalArtifactLocation(GAV gav, java.lang.String classifier, java.lang.String extension)
RepositoryReader
getLocalArtifactLocation
in interface RepositoryReader
null