public class BuildInfo
extends Object
Reads information about how the current application was built.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
BuildInfo
public BuildInfo()
-
Method Details
-
getReleaseLabel
public String getReleaseLabel()
- Returns:
- The embedded release label or "unknown".
-
getBuildRevision
public String getBuildRevision()
- Returns:
- The embedded build revision or "unknown".
-