Class ArtifactInfo


  • public class ArtifactInfo
    extends Object
    • Constructor Detail

      • ArtifactInfo

        public ArtifactInfo​(@NotNull
                            String artifactPath,
                            @NotNull
                            Date downloadTimestamp)
        Construct ArtifactInfo object
        Parameters:
        artifactPath - artifact path
        downloadTimestamp - when this artifact was downloaded
    • Method Detail

      • getArtifactPath

        @NotNull
        public String getArtifactPath()
        Path to artifact
        Returns:
        see above
      • getDownloadTimestamp

        @NotNull
        public Date getDownloadTimestamp()
        Download timestamp
        Returns:
        see above
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object