Package org.forgerock.openig.util
Class VersionUtil
- java.lang.Object
-
- org.forgerock.openig.util.VersionUtil
-
public final class VersionUtil extends Object
Utility class to retrieve version information about this project.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBranch()Returns the branch name.static StringgetRevision()Returns the revision.static longgetTimeStamp()Returns the timestamp.static StringgetVersion()Returns the OpenIG version.
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the OpenIG version.- Returns:
- the OpenIG version.
-
getBranch
public static String getBranch()
Returns the branch name.- Returns:
- the branch name.
-
getRevision
public static String getRevision()
Returns the revision.- Returns:
- the revision.
-
getTimeStamp
public static long getTimeStamp()
Returns the timestamp.- Returns:
- the timestamp.
-
-