java.lang.Object
com.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Versions
public Versions()
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.