Class VCVersionInfo
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.versionmanager.VCVersionInfo
-
public final class VCVersionInfo extends Object
Semantic version information.
-
-
Constructor Summary
Constructors Constructor Description VCVersionInfo(de.uplanet.lucy.versionmanager.VersionInfo p_versionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VCVersionItem
getCurrentVersion()
Get the current semantic version.List<VCVersionItem>
getVersions()
Get the semantic versions.
-
-
-
Method Detail
-
getVersions
public List<VCVersionItem> getVersions()
Get the semantic versions.- Returns:
- A list of semantic version items or an empty list if no semantic version is defined.
-
getCurrentVersion
public VCVersionItem getCurrentVersion()
Get the current semantic version.- Returns:
- The current semantic version item or
null
if no semantic version is defined.
-
-