Package com.fizzed.rocker.maven
Class Version
- java.lang.Object
-
- com.fizzed.rocker.maven.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.StringgetCommit()Returns the library source control commit tag such as "ac486420"static java.lang.StringgetLongVersion()Returns a longer library version that includes the timestamp such as "1.4.0 (commit 014d2ed4 @ 2023-10-11T04:25:19.354Z)"static java.lang.StringgetName()Returns the library name such as "rocker-maven-plugin"static java.lang.StringgetTimestamp()Returns the library build timestamp (date) such as "2023-10-11T04:25:19.354Z"static java.lang.StringgetVendor()Returns the library vendor such as "com.fizzed"static java.lang.StringgetVersion()Returns the library version such as "1.4.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-11T04:25:19.354Z"
-
getName
public static java.lang.String getName()
Returns the library name such as "rocker-maven-plugin"
-
getVersion
public static java.lang.String getVersion()
Returns the library version such as "1.4.0"
-
getLongVersion
public static java.lang.String getLongVersion()
Returns a longer library version that includes the timestamp such as "1.4.0 (commit 014d2ed4 @ 2023-10-11T04:25:19.354Z)"
-
-