Class VCVersion
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCVersion
@VelocityCallable("singleton")
@VelocityVariable("IntrexxVersion")
public final class VCVersion
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.intReturns the patch level.booleanisBeta()Check if this Intrexx version is a beta version.
- 
Constructor Details- 
VCVersionpublic VCVersion()
 
- 
- 
Method Details- 
isBetapublic boolean isBeta()Check if this Intrexx version is a beta version.- Returns:
- Returns trueif current Intrexx Version has beta status otherwisefalse.
 
- 
getVersionString- Returns:
- A string version of the Intrexx version.
 
- 
getDisplayShortReturns the display string of this version.- Returns:
- Display version
 
- 
getDisplayFull- Returns:
- A "human readable" version of the Intrexx version with code name.
 
- 
getVersionMajorReturns the major version.- Returns:
- Major version
 
- 
getVersionMinorReturns the minor version.- Returns:
- Minor version
 
- 
getCodeNameReturns the code name of this version- Returns:
- Code name string
 
- 
getVersionPatchpublic int getVersionPatch()Returns the patch level.- Returns:
- patch level
 
- 
getVersionIdentifierReturns the version identifier.- Returns:
- Version identifier
 
 
-