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 String
artifactId()
Return the artifact id.String
buildTimestamp()
Return the build timestamp.String
commit()
Return the last commit.boolean
isSnapshot()
Return true if the ADAM version is a snapshot.String
scalaVersion()
Return the Scala compile scope dependency version.String
sparkVersion()
Return the Apache Spark compile scope dependency version.String
version()
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
-
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
-
-