org.apache.ojb.broker.util
Interface Version


public interface Version

The Interface Version holds OJB versioning information. The $ ENTRY $ placeholders are replaced by the OJB preprocessor with the settings configured in build.properties.

Version:
$Id: Version.java,v 1.1 2007-08-24 22:17:36 ewestfal Exp $
Author:
Thomas Mahler

Field Summary
static String OJB_VERSION_BUILD
          The OJB build number
static String OJB_VERSION_DATE
          The timestamp of the current release
static String OJB_VERSION_FULLQUALIFIED
          The full qualified OJB release string.
static String OJB_VERSION_MAJOR
          The OJB major version number
static String OJB_VERSION_MINOR
          The OJB minor version number
 

Field Detail

OJB_VERSION_FULLQUALIFIED

static final String OJB_VERSION_FULLQUALIFIED
The full qualified OJB release string. consists of OJB_VERSION_MAJOR . OJB_VERSION_MINOR . OJB_VERSION_BUILD

See Also:
Constant Field Values

OJB_VERSION_MAJOR

static final String OJB_VERSION_MAJOR
The OJB major version number

See Also:
Constant Field Values

OJB_VERSION_MINOR

static final String OJB_VERSION_MINOR
The OJB minor version number

See Also:
Constant Field Values

OJB_VERSION_BUILD

static final String OJB_VERSION_BUILD
The OJB build number

See Also:
Constant Field Values

OJB_VERSION_DATE

static final String OJB_VERSION_DATE
The timestamp of the current release

See Also:
Constant Field Values


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.