public final class SARLVersion extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INCOMPATIBLE_JDK_VERSION_FOR_SARL_COMPILATION_ENVIRONMENT
The first incompatible version of the JDK that must NOT be used for running the SARL compilation tools (IDE, or sarlc).
|
static String |
INCOMPATIBLE_JDK_VERSION_IN_SARL_PROJECT_CLASSPATH
The first incompatible version of the JDK that must NOT be used on the classpath of SARL projects.
|
static boolean |
IS_STABLE
Flag that indicates if the current SARL library is a stable release.
|
static String |
MINIMAL_JDK_VERSION_FOR_SARL_COMPILATION_ENVIRONMENT
The minimal version of the JDK that must be used for running the SARL compilation tools (IDE, or sarlc).
|
static String |
MINIMAL_JDK_VERSION_IN_SARL_PROJECT_CLASSPATH
The minimal version of the JDK that must be used on the classpath of SARL projects.
|
static String |
MINIMAL_XTEXT_VERSION
The minimal Xtext version to use SARL features.
|
static String |
RELEASE_STATUS
The status of the SARL specification.
|
static String |
SARL_RELEASE_VERSION
The version number of the current release of the SARL library.
|
static String |
SARL_RELEASE_VERSION_MAVEN
The version number in Maven format of the current release of the SARL library.
|
static String |
SARL_RELEASE_VERSION_OSGI
The version number in OSGI format of the current release of the SARL library.
|
static String |
SPECIFICATION_RELEASE_VERSION_STRING
Version number of the SARL specification.
|
public static val
SPECIFICATION_RELEASE_VERSION_STRING : String
SARLVersion
The version number is usually composed of two digits that represent the version of the SARL specification and tools.
public static val
SARL_RELEASE_VERSION : String
SARLVersion
Usually, the two first digits are the same as the ones of SARLVersion.SPECIFICATION_RELEASE_VERSION_STRING
.
public static val
SARL_RELEASE_VERSION_OSGI : String
SARLVersion
Usually, the two first digits are the same as the ones of SARLVersion.SPECIFICATION_RELEASE_VERSION_STRING
.
public static val
SARL_RELEASE_VERSION_MAVEN : String
SARLVersion
Usually, the two first digits are the same as the ones of SARLVersion.SPECIFICATION_RELEASE_VERSION_STRING
.
public static val
RELEASE_STATUS : String
SARLVersion
Usually, this status is also displayed in the reference documentation of SARL.
public static val
IS_STABLE : boolean
SARLVersion
A stable release is collection of libraries that will be not more compiled and generated.
public static val
MINIMAL_XTEXT_VERSION : String
SARLVersion
public static val
MINIMAL_JDK_VERSION_FOR_SARL_COMPILATION_ENVIRONMENT : String
SARLVersion
public static val
INCOMPATIBLE_JDK_VERSION_FOR_SARL_COMPILATION_ENVIRONMENT : String
SARLVersion
public static val
MINIMAL_JDK_VERSION_IN_SARL_PROJECT_CLASSPATH : String
SARLVersion
public static val
INCOMPATIBLE_JDK_VERSION_IN_SARL_PROJECT_CLASSPATH : String
SARLVersion
Copyright © 2021 the original authors or authors.