Interface ArtifactRepository


  • public interface ArtifactRepository
    Specifies the repository used for artifact handling.
    Version:
    $Id$
    Author:
    Brett Porter
    • Method Detail

      • pathOf

        java.lang.String pathOf​(Artifact artifact)
      • pathOfRemoteRepositoryMetadata

        java.lang.String pathOfRemoteRepositoryMetadata​(ArtifactMetadata artifactMetadata)
      • getUrl

        java.lang.String getUrl()
      • getBasedir

        java.lang.String getBasedir()
      • getProtocol

        java.lang.String getProtocol()
      • getId

        java.lang.String getId()
      • getKey

        java.lang.String getKey()
      • isUniqueVersion

        boolean isUniqueVersion()
      • setBlacklisted

        void setBlacklisted​(boolean blackListed)
      • isBlacklisted

        boolean isBlacklisted()