Interface IFileArtifactRepository

    • Method Detail

      • getArtifactFile

        File getArtifactFile​(IArtifactKey key)
        Return the location of the full local file corresponding to the given artifact key to the given key, or null if not available.
        Parameters:
        key - the artifact key for the file to be returned
        Returns:
        the location of the requested artifact ornull if not available
      • getArtifactFile

        File getArtifactFile​(IArtifactDescriptor descriptor)
        Return the location of the local file corresponding to the given artifact descriptor, or null if not available.
        Parameters:
        descriptor - the artifact descriptor for the file to be returned
        Returns:
        the location of the requested descriptor ornull if not available