public final class Version extends Object
Modifier and Type | Field and Description |
---|---|
String |
BUILD_ID
Represents the build id, which is a string like "b13" or "hudson-250".
|
String |
BUILD_VERSION
Represents the complete version string, such as "JAX-WS RI 2.0-b19"
|
String |
MAJOR_VERSION
Represents the major JAX-WS version, such as "2.0".
|
static Version |
RUNTIME_VERSION
The Runtime Version.
|
String |
SVN_REVISION
Represents the latest Subversion Reversion number.
|
public final String BUILD_ID
public final String BUILD_VERSION
public final String MAJOR_VERSION
public final String SVN_REVISION
public static final Version RUNTIME_VERSION
public static Version create(InputStream is)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.