Klasse VCVersion
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCVersion
@VelocityCallable("singleton")
@VelocityVariable("IntrexxVersion")
public final class VCVersion
extends Object
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the code name of this versionReturns the display string of this version.Returns the version identifier.Returns the major version.Returns the minor version.intReturns the patch level.booleanisBeta()Check if this Intrexx version is a beta version.
-
Konstruktordetails
-
VCVersion
public VCVersion()
-
-
Methodendetails
-
isBeta
public boolean isBeta()Check if this Intrexx version is a beta version.- Gibt zurück:
- Returns
trueif current Intrexx Version has beta status otherwisefalse.
-
getVersionString
- Gibt zurück:
- A string version of the Intrexx version.
-
getDisplayShort
Returns the display string of this version.- Gibt zurück:
- Display version
-
getDisplayFull
- Gibt zurück:
- A "human readable" version of the Intrexx version with code name.
-
getVersionMajor
Returns the major version.- Gibt zurück:
- Major version
-
getVersionMinor
Returns the minor version.- Gibt zurück:
- Minor version
-
getCodeName
Returns the code name of this version- Gibt zurück:
- Code name string
-
getVersionPatch
public int getVersionPatch()Returns the patch level.- Gibt zurück:
- patch level
-
getVersionIdentifier
Returns the version identifier.- Gibt zurück:
- Version identifier
-