Interface RepositoryReader

  • All Known Implementing Classes:
    LocalRepositoryReader

    public interface RepositoryReader
    Interface to obtain artifacts from GAV-indexed repositories.
    • 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