ro.nextreports.engine
Class ReleaseInfo

Package class diagram package ReleaseInfo
java.lang.Object
  extended by ro.nextreports.engine.ReleaseInfo
Direct Known Subclasses:
ReleaseInfoAdapter

public class ReleaseInfo
extends java.lang.Object

This class provides information gathered from the build environment.


Constructor Summary
ReleaseInfo()
           
 
Method Summary
static java.util.Date getBuildDate()
          Get buildDate (set during build process to Wed Dec 18 11:27:36 EET 2013).
static int getBuildNumber()
          Get buildNumber (set during build process to 0).
static java.lang.String getCompany()
          Get company (set during build process to "NextReports").
static java.lang.String getCopyright()
          Get copyright (set during build process to "2008-2013").
static java.lang.String getHome()
          Get home (set during build process to "www.next-reports.com").
static java.lang.String getProject()
          Get project (set during build process to "NextReports").
static java.lang.String getVersion()
          Get version (set during build process to "6.3").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseInfo

public ReleaseInfo()
Method Detail

getBuildDate

public static final java.util.Date getBuildDate()
Get buildDate (set during build process to Wed Dec 18 11:27:36 EET 2013).

Returns:
Date buildDate

getHome

public static final java.lang.String getHome()
Get home (set during build process to "www.next-reports.com").

Returns:
String home

getBuildNumber

public static final int getBuildNumber()
Get buildNumber (set during build process to 0).

Returns:
int buildNumber

getCompany

public static final java.lang.String getCompany()
Get company (set during build process to "NextReports").

Returns:
String company

getProject

public static final java.lang.String getProject()
Get project (set during build process to "NextReports").

Returns:
String project

getCopyright

public static final java.lang.String getCopyright()
Get copyright (set during build process to "2008-2013").

Returns:
String copyright

getVersion

public static final java.lang.String getVersion()
Get version (set during build process to "6.3").

Returns:
String version