| java.lang.Object com.sun.xml.ws.util.Version
Version | final public class Version (Code) | | Represents the version information.
author: Kohsuke Kawaguchi |
BUILD_ID | final public String BUILD_ID(Code) | | Represents the build id, which is a string like "b13" or "hudson-250".
|
BUILD_VERSION | final public String BUILD_VERSION(Code) | | Represents the complete version string, such as "JAX-WS RI 2.0-b19"
|
MAJOR_VERSION | final public String MAJOR_VERSION(Code) | | Represents the major JAX-WS version, such as "2.0".
|
|
|