com.sun.xml.registry.common.util
Class VersionUtil

java.lang.Object
  extended by com.sun.xml.registry.common.util.VersionUtil
All Implemented Interfaces:
Version

public final class VersionUtil
extends Object
implements Version

Provides some version utilities.


Field Summary
 
Fields inherited from interface com.sun.xml.registry.common.util.Version
BUILD_TAG_NUMBER, PRODUCT_NAME, VERSION_NUMBER
 
Constructor Summary
VersionUtil()
           
 
Method Summary
static String getJAXRBuildNumber()
          Method getJAXRBuildNumber.
static String getJAXRCompleteVersion()
          GetJAX-R full version, like: "JAX-R Reference Implementation 1.0.5 JAXR_RI_JWSDP13_SCF_b03 " Method getJAXRCompleteVersion.
static String getJAXRProductName()
          Method getJAXRProductName.
static String getJAXRVersion()
          Method getJAXRVersion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionUtil

public VersionUtil()
Method Detail

getJAXRCompleteVersion

public static String getJAXRCompleteVersion()
GetJAX-R full version, like: "JAX-R Reference Implementation 1.0.5 JAXR_RI_JWSDP13_SCF_b03 " Method getJAXRCompleteVersion.

Returns:
String

getJAXRVersion

public static String getJAXRVersion()
Method getJAXRVersion.

Returns:
String

getJAXRBuildNumber

public static String getJAXRBuildNumber()
Method getJAXRBuildNumber.

Returns:
String

getJAXRProductName

public static String getJAXRProductName()
Method getJAXRProductName.

Returns:
String


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.