Package net.hironico.common.utils
Class Version
java.lang.Object
net.hironico.common.utils.Version
Utility class for retrieving the version from the JAR manifest.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringRetrieves the version string from the JAR manifest.
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Retrieves the version string from the JAR manifest.- Returns:
- the version string, or "unknown!" if not found
-