|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.util.Version
public final class Version
Represents the version information.
Field Summary | |
---|---|
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". |
Method Summary | |
---|---|
static Version |
create(InputStream is)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final String BUILD_ID
public final String BUILD_VERSION
public final String MAJOR_VERSION
Method Detail |
---|
public static Version create(InputStream is)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |