Package org.bdgenomics.adam.cli
Class About
- java.lang.Object
-
- org.bdgenomics.adam.cli.About
-
public final class About extends Object
About.
-
-
Constructor Summary
Constructors Constructor Description About()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactId()Return the artifact id.StringbuildTimestamp()Return the build timestamp.Stringcommit()Return the last commit.StringhadoopVersion()Return the Hadoop compile scope dependency version.booleanisSnapshot()Return true if the ADAM version is a snapshot.StringscalaVersion()Return the Scala compile scope dependency version.StringsparkVersion()Return the Apache Spark compile scope dependency version.Stringversion()Return the ADAM version.
-
-
-
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
-
hadoopVersion
public String hadoopVersion()
Return the Hadoop compile scope dependency version.- Returns:
- the Hadoop 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 ADAM version.- Returns:
- the ADAM version
-
isSnapshot
public boolean isSnapshot()
Return true if the ADAM version is a snapshot.- Returns:
- true if the ADAM version is a snapshot
-
-