-
- All Implemented Interfaces:
public interface VersionServiceThe version service keeps track of the application version that we are currently running.
-
-
Method Summary
Modifier and Type Method Description abstract VersiongetCurrentVersion()Returns a Versionobject containing version details of the application version that we're currently running.abstract VersionparseVersionString(String version)Returns a Version instance corresponding to the version string. -
-
Method Detail
-
getCurrentVersion
abstract Version getCurrentVersion()
Returns a
Versionobject containing version details of the application version that we're currently running.
-
parseVersionString
abstract Version parseVersionString(String version)
Returns a Version instance corresponding to the version string.
- Parameters:
version- a version String that we have obtained by calling a Version.
-
-
-
-