Packagecom.ericfeminella.version
Classpublic class ReleaseCodes

Provides a set of constants which represent valid numeric software release life-cycle versioning scheme as specified in release.properties

Numeric versioning scheme:

Public Constants
 ConstantDefined by
  ALL : String = "SR"
[static] Contains all valid release stages for an application
ReleaseCodes
  ALPHA_VERSION : String = "SR00AV"
[static] Defines an application alpha version stage
ReleaseCodes
  BETA_RELEASE : String = "SR00BR"
[static] Defines an application beta release stage
ReleaseCodes
  GENERAL_AVAILABLITY : String = "SRC00GA"
[static] Defines an application general avalibility release stage
ReleaseCodes
  PRE_ALPHA : String = "SR00PA"
[static] Defines an application pre-alpha release stage
ReleaseCodes
  RELEASE_CANDIDATE : String = "SR00RC"
[static] Defines an application release candidate stage
ReleaseCodes
  STABLE : String = "SR00SR"
[static] Defines an application stable release stage
ReleaseCodes
  UNSTABLE : String = "SR00UR"
[static] Defines an application unstable release stage
ReleaseCodes
Constant detail
ALLconstant
public static const ALL:String = "SR"

Contains all valid release stages for an application

ALPHA_VERSIONconstant 
public static const ALPHA_VERSION:String = "SR00AV"

Defines an application alpha version stage

BETA_RELEASEconstant 
public static const BETA_RELEASE:String = "SR00BR"

Defines an application beta release stage

GENERAL_AVAILABLITYconstant 
public static const GENERAL_AVAILABLITY:String = "SRC00GA"

Defines an application general avalibility release stage

PRE_ALPHAconstant 
public static const PRE_ALPHA:String = "SR00PA"

Defines an application pre-alpha release stage

RELEASE_CANDIDATEconstant 
public static const RELEASE_CANDIDATE:String = "SR00RC"

Defines an application release candidate stage

STABLEconstant 
public static const STABLE:String = "SR00SR"

Defines an application stable release stage

UNSTABLEconstant 
public static const UNSTABLE:String = "SR00UR"

Defines an application unstable release stage