Package org.jboss.as.version
Class Version
- java.lang.Object
-
- org.jboss.as.version.Version
-
public class Version extends Object
Common location to manager the AS version.- Author:
- John Bailey, Jason T. Greene
-
-
Field Summary
Fields Modifier and Type Field Description static StringAS_RELEASE_CODENAMEstatic StringAS_VERSIONstatic intMANAGEMENT_MAJOR_VERSIONstatic intMANAGEMENT_MICRO_VERSIONstatic intMANAGEMENT_MINOR_VERSIONstatic StringUNKNOWN_CODENAME
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
Field Detail
-
UNKNOWN_CODENAME
public static final String UNKNOWN_CODENAME
- See Also:
- Constant Field Values
-
AS_VERSION
public static final String AS_VERSION
-
AS_RELEASE_CODENAME
public static final String AS_RELEASE_CODENAME
-
MANAGEMENT_MAJOR_VERSION
public static final int MANAGEMENT_MAJOR_VERSION
- See Also:
- Constant Field Values
-
MANAGEMENT_MINOR_VERSION
public static final int MANAGEMENT_MINOR_VERSION
- See Also:
- Constant Field Values
-
MANAGEMENT_MICRO_VERSION
public static final int MANAGEMENT_MICRO_VERSION
- See Also:
- Constant Field Values
-
-