Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 IReleaseVersion
com.ericfeminella.version Defines the contract for working with valid application life-cycle release versions
 ReleaseCodeException
com.ericfeminella.version Throws an Exception displaying invalid release code details
 ReleaseCodes
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
com.ericfeminella.version Manages release.properties configuration from which application version / release settings can be managed