Klasse VCVersionInfo
java.lang.Object
de.uplanet.lucy.server.auxiliaries.versionmanager.VCVersionInfo
Semantic version information.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the current semantic version.Get the semantic versions.
-
Konstruktordetails
-
VCVersionInfo
public VCVersionInfo(de.uplanet.lucy.versionmanager.VersionInfo p_versionInfo)
-
-
Methodendetails
-
getVersions
Get the semantic versions.- Gibt zurück:
- A list of semantic version items or an empty list if no semantic version is defined.
-
getCurrentVersion
Get the current semantic version.- Gibt zurück:
- The current semantic version item or
nullif no semantic version is defined.
-