Package com.fizzed.blaze.ssh
Class Version
- java.lang.Object
-
- com.fizzed.blaze.ssh.Version
-
public final class Version extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getCommit()
Returns the library source control commit tag such as "ac486420"static java.lang.String
getLongVersion()
Returns a longer library version that includes the timestamp such as "1.5.0 (commit eaa3ed10 @ 2023-10-30T16:05:12.799Z)"static java.lang.String
getName()
Returns the library name such as "blaze-ssh"static java.lang.String
getTimestamp()
Returns the library build timestamp (date) such as "2023-10-30T16:05:12.799Z"static java.lang.String
getVendor()
Returns the library vendor such as "com.fizzed"static java.lang.String
getVersion()
Returns the library version such as "1.5.0"
-
-
-
Method Detail
-
getCommit
public static java.lang.String getCommit()
Returns the library source control commit tag such as "ac486420"
-
getVendor
public static java.lang.String getVendor()
Returns the library vendor such as "com.fizzed"
-
getTimestamp
public static java.lang.String getTimestamp()
Returns the library build timestamp (date) such as "2023-10-30T16:05:12.799Z"
-
getName
public static java.lang.String getName()
Returns the library name such as "blaze-ssh"
-
getVersion
public static java.lang.String getVersion()
Returns the library version such as "1.5.0"
-
getLongVersion
public static java.lang.String getLongVersion()
Returns a longer library version that includes the timestamp such as "1.5.0 (commit eaa3ed10 @ 2023-10-30T16:05:12.799Z)"
-
-