JXTA

net.jxta
Class Version

java.lang.Object
  extended by net.jxta.Version

public final class Version
extends Object

Provides easy access to Java Package information for the JXSE API.


Method Summary
static String getImplTitle()
          Returns the specification title.
static String getImplVendor()
          Returns the specification vendor.
static String getImplVersion()
          Returns the specification version.
static Package getPackage()
          Returns the package.
static String getSpecTitle()
          Returns the specification title.
static String getSpecVendor()
          Returns the specification vendor.
static String getSpecVersion()
          Returns the specification version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPackage

public static Package getPackage()
Returns the package.

Returns:
The specification title.

getSpecTitle

public static String getSpecTitle()
Returns the specification title.

Returns:
The specification title.

getSpecVendor

public static String getSpecVendor()
Returns the specification vendor.

Returns:
The specification vendor.

getSpecVersion

public static String getSpecVersion()
Returns the specification version.

Returns:
The specification version.

getImplTitle

public static String getImplTitle()
Returns the specification title.

Returns:
The specification title.

getImplVendor

public static String getImplVendor()
Returns the specification vendor.

Returns:
The specification vendor.

getImplVersion

public static String getImplVersion()
Returns the specification version.

Returns:
The specification version.

JXSE