Class VCVersion
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCVersion
@VelocityCallable("singleton")
@VelocityVariable("IntrexxVersion")
public final class VCVersion
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the code name of this versionReturns the display string of this version.Returns the version identifier.Returns the major version.Returns the minor version.int
Returns the patch level.boolean
isBeta()
Check if this Intrexx version is a beta version.
-
Constructor Details
-
VCVersion
public VCVersion()
-
-
Method Details
-
isBeta
public boolean isBeta()Check if this Intrexx version is a beta version.- Returns:
- Returns
true
if current Intrexx Version has beta status otherwisefalse
.
-
getVersionString
- Returns:
- A string version of the Intrexx version.
-
getDisplayShort
Returns the display string of this version.- Returns:
- Display version
-
getDisplayFull
- Returns:
- A "human readable" version of the Intrexx version with code name.
-
getVersionMajor
Returns the major version.- Returns:
- Major version
-
getVersionMinor
Returns the minor version.- Returns:
- Minor version
-
getCodeName
Returns the code name of this version- Returns:
- Code name string
-
getVersionPatch
public int getVersionPatch()Returns the patch level.- Returns:
- patch level
-
getVersionIdentifier
Returns the version identifier.- Returns:
- Version identifier
-