com.sun.xml.registry.common.util
Interface Version

All Known Implementing Classes:
VersionUtil

public interface Version

This interface holds version information for the whole JAX-R RI.

Author:
JAX-R RI Development Team

Field Summary
static String BUILD_TAG_NUMBER
          JAX-R RI build number
static String PRODUCT_NAME
          JAX-R RI product name
static String VERSION_NUMBER
          JAX-R RI version number
 

Field Detail

PRODUCT_NAME

static final String PRODUCT_NAME
JAX-R RI product name

See Also:
Constant Field Values

VERSION_NUMBER

static final String VERSION_NUMBER
JAX-R RI version number

See Also:
Constant Field Values

BUILD_TAG_NUMBER

static final String BUILD_TAG_NUMBER
JAX-R RI build number

See Also:
Constant Field Values


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