| Modifier and Type | Field and Description |
|---|---|
| public static String | DATE
Timestamp of the current build. |
| private static final Collection | defaultCodeFlags
The flags that are set by default in a code object. |
| private static String | GIT_BRANCH
Current Git branch |
| private static String | GIT_TAG
Current Git tag |
| private static String | GIT_VERSION
Current Git global revision id |
| public static int | PY_MAJOR_VERSION
Tokenized version. |
| public static int | |
| public static int | |
| public static int | |
| public static int | |
| public static String | PY_VERSION
The current version of Jython. |
| public static String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static String | |
| public static Set | |
| public static String | getGitIdentifier()
Return the current git identifier name, normally the current tag, falling back to the branch. |
| public static String | |
| public static String | |
| public static String | |
| private static void |
| DATE | back to summary |
|---|---|
| public static String DATE Timestamp of the current build. | |
| defaultCodeFlags | back to summary |
|---|---|
| private static final Collection<CodeFlag> defaultCodeFlags The flags that are set by default in a code object. | |
| GIT_BRANCH | back to summary |
|---|---|
| private static String GIT_BRANCH Current Git branch | |
| GIT_TAG | back to summary |
|---|---|
| private static String GIT_TAG Current Git tag | |
| GIT_VERSION | back to summary |
|---|---|
| private static String GIT_VERSION Current Git global revision id | |
| PY_MAJOR_VERSION | back to summary |
|---|---|
| public static int PY_MAJOR_VERSION Tokenized version. | |
| PY_MICRO_VERSION | back to summary |
|---|---|
| public static int PY_MICRO_VERSION | |
| PY_MINOR_VERSION | back to summary |
|---|---|
| public static int PY_MINOR_VERSION | |
| PY_RELEASE_LEVEL | back to summary |
|---|---|
| public static int PY_RELEASE_LEVEL | |
| PY_RELEASE_SERIAL | back to summary |
|---|---|
| public static int PY_RELEASE_SERIAL | |
| PY_VERSION | back to summary |
|---|---|
| public static String PY_VERSION The current version of Jython. | |
| TIME | back to summary |
|---|---|
| public static String TIME | |
| Version | back to summary |
|---|---|
| public Version() | |
| getBuildInfo | back to summary |
|---|---|
| public static String getBuildInfo() Return the current build information, including revision and timestamp. | |
| getDefaultCodeFlags | back to summary |
|---|---|
| public static Set | |
| getGitIdentifier | back to summary |
|---|---|
| public static String getGitIdentifier() Return the current git identifier name, normally the current tag, falling back to the branch. | |
| getGitVersion | back to summary |
|---|---|
| public static String getGitVersion() Return the current git version number. May be an empty string on environments that can't determine it. | |
| getVersion | back to summary |
|---|---|
| public static String getVersion() Return the Python version, including compiler (or in our case, the Java VM). | |
| getVM | back to summary |
|---|---|
| public static String getVM() Describe the current Java VM. | |
| loadProperties | back to summary |
|---|---|
| private static void loadProperties() Load the version information from the properties file. | |