Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common
Class Versions  view Versions download Versions.java

java.lang.Object
  extended bycom.flexstor.common.Versions

public class Versions
extends java.lang.Object

Constants containing version and copyright information for all modules of FLEXSTOR.db written in java.


Field Summary
static java.lang.String ADMIN_UTILITY_VERSION
           
static java.lang.String CLIENT_VERSION
           
static java.lang.String COMMON_CLASSES_VERSION
           
static java.lang.String COMMON_DATA_VERSION
           
static java.lang.String EJB_SERVER_VERSION
           
static java.lang.String PRODUCT_COPYRIGHT1
           
static java.lang.String PRODUCT_COPYRIGHT2
           
static java.lang.String PRODUCT_NAME
           
static java.lang.String SERVICE_BROKER_VERSION
           
static java.lang.String WEBFRAMEWORK_VERSION
           
static java.lang.String WEBMVC_VERSION
           
 
Constructor Summary
Versions()
           
 
Method Summary
 java.lang.String getBeanVersion()
          Returns the version of the bean classes.
 java.lang.String getCommonClassesVersion()
          Returns the version of the common classes.
 java.lang.String getCommonDataVersion()
          Returns the version of the common data classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRODUCT_NAME

public static final java.lang.String PRODUCT_NAME
See Also:
Constant Field Values

PRODUCT_COPYRIGHT1

public static final java.lang.String PRODUCT_COPYRIGHT1
See Also:
Constant Field Values

PRODUCT_COPYRIGHT2

public static final java.lang.String PRODUCT_COPYRIGHT2
See Also:
Constant Field Values

ADMIN_UTILITY_VERSION

public static final java.lang.String ADMIN_UTILITY_VERSION
See Also:
Constant Field Values

CLIENT_VERSION

public static final java.lang.String CLIENT_VERSION
See Also:
Constant Field Values

EJB_SERVER_VERSION

public static final java.lang.String EJB_SERVER_VERSION
See Also:
Constant Field Values

SERVICE_BROKER_VERSION

public static final java.lang.String SERVICE_BROKER_VERSION
See Also:
Constant Field Values

COMMON_DATA_VERSION

public static final java.lang.String COMMON_DATA_VERSION
See Also:
Constant Field Values

COMMON_CLASSES_VERSION

public static final java.lang.String COMMON_CLASSES_VERSION
See Also:
Constant Field Values

WEBFRAMEWORK_VERSION

public static final java.lang.String WEBFRAMEWORK_VERSION
See Also:
Constant Field Values

WEBMVC_VERSION

public static final java.lang.String WEBMVC_VERSION
See Also:
Constant Field Values
Constructor Detail

Versions

public Versions()
Method Detail

getCommonDataVersion

public java.lang.String getCommonDataVersion()
Returns the version of the common data classes. Use this method instead of COMMON_DATA_VERSION so that the real version will be used from the common_data.jar and no be compiled in.


getCommonClassesVersion

public java.lang.String getCommonClassesVersion()
Returns the version of the common classes. Use this method instead of COMMON_CLASSES_VERSION so that the real version will be used from the common.jar and no be compiled in.


getBeanVersion

public java.lang.String getBeanVersion()
Returns the version of the bean classes.