Class VersionDetector
java.lang.Object
ch.admin.bit.jeap.errorhandling.web.ui.configuration.VersionDetector
Simple Version Detector based on the Location. Here we find the Version of jEAP-Error-Handling-Service.
Served for the displaying in UI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringextractVersionFromString(String codeSourceLocationURL) Extracts the Version Number in the form the ManifestPath.
-
Constructor Details
-
VersionDetector
public VersionDetector()
-
-
Method Details
-
getVersion
-
extractVersionFromString
Extracts the Version Number in the form the ManifestPath.- Parameters:
codeSourceLocationURL- Path of the CodeSource, includes the Version Number- Returns:
- Version Number
-