Package org.apache.openjpa.conf
Class OpenJPAVersion
- java.lang.Object
 - 
- org.apache.openjpa.conf.OpenJPAVersion
 
 
- 
public class OpenJPAVersion extends Object
This class contains version information for OpenJPA. It uses Ant's filter tokens to convert the template into a java file with current information.- Author:
 - Marc Prud'hommeaux, Patrick Linskey
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intMAJOR_RELEASEstatic intMINOR_RELEASEstatic intPATCH_RELEASEstatic StringRELEASE_STATUSstatic StringREVISION_NUMBERstatic StringVENDOR_NAMEstatic StringVERSION_IDstatic StringVERSION_NUMBER 
- 
Constructor Summary
Constructors Constructor Description OpenJPAVersion() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendOpenJPABanner(StringBuilder buf)static voidmain(String[] args)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
VERSION_NUMBER
public static final String VERSION_NUMBER
 
- 
VERSION_ID
public static final String VERSION_ID
 
- 
VENDOR_NAME
public static final String VENDOR_NAME
- See Also:
 - Constant Field Values
 
 
- 
MAJOR_RELEASE
public static final int MAJOR_RELEASE
 
- 
MINOR_RELEASE
public static final int MINOR_RELEASE
 
- 
PATCH_RELEASE
public static final int PATCH_RELEASE
 
- 
RELEASE_STATUS
public static final String RELEASE_STATUS
 
- 
REVISION_NUMBER
public static final String REVISION_NUMBER
 
 - 
 
- 
Method Detail
- 
main
public static void main(String[] args)
 
- 
appendOpenJPABanner
public void appendOpenJPABanner(StringBuilder buf)
 
 - 
 
 -