Package org.omegazero.http
Class HTTPLib
java.lang.Object
org.omegazero.http.HTTPLib
This class contains metadata about omz-http-lib (for example the version string).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION
The version string of omz-http-lib.This value is set by the CI build pipeline based on the event that triggered the build. Otherwise, this string is always
"$BUILDVERSION"
.getVersion()
should be used to retrieve the value to prevent compile-time string inlining.- See Also:
-
-
Constructor Details
-
HTTPLib
public HTTPLib()
-
-
Method Details
-
getVersion
Returns the version string.- Returns:
- The version string
- Since:
- 1.2.2
-