Class VCVersionInfo
java.lang.Object
de.uplanet.lucy.server.auxiliaries.versionmanager.VCVersionInfo
Semantic version information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the current semantic version.Get the semantic versions.
-
Constructor Details
-
VCVersionInfo
public VCVersionInfo(de.uplanet.lucy.versionmanager.VersionInfo p_versionInfo)
-
-
Method Details
-
getVersions
Get the semantic versions.- Returns:
- A list of semantic version items or an empty list if no semantic version is defined.
-
getCurrentVersion
Get the current semantic version.- Returns:
- The current semantic version item or
null
if no semantic version is defined.
-