org.pentaho.reporting.libraries.base
Class LibBaseInfo

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.versioning.DependencyInformation
      extended by org.pentaho.reporting.libraries.base.versioning.ProjectInformation
          extended by org.pentaho.reporting.libraries.base.LibBaseInfo

public final class LibBaseInfo
extends ProjectInformation

The project information for LibBase.

Author:
Thomas Morgner

Method Summary
static ProjectInformation getInstance()
          Returns a singleton instance of the LibBase project information structure.
static void main(java.lang.String[] args)
          The main method can be used to check the version of the code.
 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
addLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion
 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
equals, getInfo, getLicenseName, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProjectInformation getInstance()
Returns a singleton instance of the LibBase project information structure.

Returns:
the LibBase project information.

main

public static void main(java.lang.String[] args)
The main method can be used to check the version of the code.

Parameters:
args - not used.