Class About


  • public final class About
    extends Object
    About.
    • Constructor Detail

      • About

        public About()
    • Method Detail

      • artifactId

        public String artifactId()
        Return the artifact id.
        Returns:
        the artifact id
      • buildTimestamp

        public String buildTimestamp()
        Return the build timestamp.
        Returns:
        the build timestamp
      • commit

        public String commit()
        Return the last commit.
        Returns:
        the last commit
      • adamVersion

        public String adamVersion()
        Return the ADAM compile scope dependency version.
        Returns:
        the ADAM compile scope dependency version
      • scalaVersion

        public String scalaVersion()
        Return the Scala compile scope dependency version.
        Returns:
        the Scala compile scope dependency version
      • sparkVersion

        public String sparkVersion()
        Return the Apache Spark compile scope dependency version.
        Returns:
        the Apache Spark compile scope dependency version
      • version

        public String version()
        Return the Cannoli version.
        Returns:
        the Cannoli version
      • isSnapshot

        public boolean isSnapshot()
        Return true if the Cannoli version is a snapshot.
        Returns:
        true if the Cannoli version is a snapshot