fm.liveswitch.Build Class Reference

Details about the current build. More...

Public Member Functions

 Build ()
 

Static Public Member Functions

static java.util.Date getDate ()
 Gets the build date. More...
 
static int getDay ()
 Gets the build day. More...
 
static int getMajorVersion ()
 Gets the build major version. More...
 
static int getMinorVersion ()
 Gets the build minor version. More...
 
static int getMonth ()
 Gets the build month. More...
 
static int getPatchVersion ()
 Gets the build patch version. More...
 
static int getRevisionVersion ()
 Gets the build revision version. More...
 
static String getVersion ()
 Gets the full build version. More...
 
static int getYear ()
 Gets the build year. More...
 

Static Public Attributes

static final String VersionConstant = "0.0.0.0"
 Gets the build version. More...
 

Detailed Description

Details about the current build.

Constructor & Destructor Documentation

◆ Build()

fm.liveswitch.Build.Build ( )

Member Function Documentation

◆ getDate()

static java.util.Date fm.liveswitch.Build.getDate ( )
static

Gets the build date.

◆ getDay()

static int fm.liveswitch.Build.getDay ( )
static

Gets the build day.

◆ getMajorVersion()

static int fm.liveswitch.Build.getMajorVersion ( )
static

Gets the build major version.

◆ getMinorVersion()

static int fm.liveswitch.Build.getMinorVersion ( )
static

Gets the build minor version.

◆ getMonth()

static int fm.liveswitch.Build.getMonth ( )
static

Gets the build month.

◆ getPatchVersion()

static int fm.liveswitch.Build.getPatchVersion ( )
static

Gets the build patch version.

◆ getRevisionVersion()

static int fm.liveswitch.Build.getRevisionVersion ( )
static

Gets the build revision version.

◆ getVersion()

static String fm.liveswitch.Build.getVersion ( )
static

Gets the full build version.

◆ getYear()

static int fm.liveswitch.Build.getYear ( )
static

Gets the build year.

Member Data Documentation

◆ VersionConstant

final String fm.liveswitch.Build.VersionConstant = "0.0.0.0"
static

Gets the build version.