Package com.sun.xml.ws.util
Class Version
- java.lang.Object
-
- com.sun.xml.ws.util.Version
-
public final class Version extends Object
Represents the version information.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description StringBUILD_IDRepresents the build id, which is a string like "b13" or "hudson-250".StringBUILD_VERSIONRepresents the complete version string, such as "JAX-WS RI 2.0-b19"StringMAJOR_VERSIONRepresents the major JAX-WS version, such as "2.0".static VersionRUNTIME_VERSIONThe Runtime Version.StringSVN_REVISIONRepresents the latest Subversion Reversion number.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Versioncreate(InputStream is)StringtoString()
-
-
-
Field Detail
-
BUILD_ID
public final String BUILD_ID
Represents the build id, which is a string like "b13" or "hudson-250".
-
BUILD_VERSION
public final String BUILD_VERSION
Represents the complete version string, such as "JAX-WS RI 2.0-b19"
-
MAJOR_VERSION
public final String MAJOR_VERSION
Represents the major JAX-WS version, such as "2.0".
-
SVN_REVISION
public final String SVN_REVISION
Represents the latest Subversion Reversion number.
-
RUNTIME_VERSION
public static final Version RUNTIME_VERSION
The Runtime Version.
-
-
Method Detail
-
create
public static Version create(InputStream is)
-
-