A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
RELEASE_CANDIDATE — Constant static property in class com.ericfeminella.version.ReleaseCodes
Defines an application release candidate stage
ReleaseCodeException — Class in package com.ericfeminella.version
Throws an Exception displaying invalid release code details
ReleaseCodeException(code) — Constructor in class com.ericfeminella.version.ReleaseCodeException
Throws an invalid release code exception
ReleaseCodes — Class in package com.ericfeminella.version
Provides a set of constants which represent valid numeric software release life-cycle versioning scheme as specified in release.properties

Numeric versioning scheme:

  • # {0} major
  • # {1} minor
  • # {2} revision/build
ReleaseManager — Class in package com.ericfeminella.version
Manages release.properties configuration from which application version / release settings can be managed
ReleaseManager() — Constructor in class com.ericfeminella.version.ReleaseManager
Constructor Instantiates the Singleton instance of ReleaseManager
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z