Package org.forgerock.openig.util
Class ProductInfo
java.lang.Object
org.forgerock.openig.util.ProductInfo
Utility class to retrieve product information.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProductInfo
empty()
Create aProductInfo
without any information.Returns the branch name.getName()
Returns the product name.Returns the revision.Returns the product short name.long
Returns the timestamp.Returns the product version.static ProductInfo
Initialise the product info.
-
Method Details
-
init
Initialise the product info.- Parameters:
productInfoPath
- The path where to find the JSON file.- Returns:
- The Product info.
-
empty
Create aProductInfo
without any information.- Returns:
- an empty
ProductInfo
instance.
-
getBranch
Returns the branch name.- Returns:
- the branch name.
-
getName
Returns the product name.- Returns:
- the product name.
-
getRevision
Returns the revision.- Returns:
- the revision.
-
getShortName
Returns the product short name.- Returns:
- the product short name.
-
getTimeStamp
public long getTimeStamp()Returns the timestamp.- Returns:
- the timestamp.
-
getVersion
Returns the product version.- Returns:
- the product version.
-