Class LocalRepositoryReader

    • 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: RepositoryReader
        Returns the permanent, local file system location of the identified artifact. This may trigger a download of the artifact if necessary.
        Specified by:
        getLocalArtifactLocation in interface RepositoryReader
        Returns:
        the local location of the artifact; never null