Class LibBaseInfo
java.lang.Object
org.pentaho.reporting.libraries.base.versioning.DependencyInformation
org.pentaho.reporting.libraries.base.versioning.ProjectInformation
org.pentaho.reporting.libraries.base.LibBaseInfo
The project information for LibBase.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectInformation
Returns a singleton instance of the LibBase project information structure.static void
The main method can be used to check the version of the code.Methods inherited from class ProjectInformation
addLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion
Methods inherited from class DependencyInformation
equals, getInfo, getLicenseName, getName, hashCode
-
Method Details
-
getInstance
Returns a singleton instance of the LibBase project information structure.- Returns:
- the LibBase project information.
-
main
The main method can be used to check the version of the code.- Parameters:
args
- not used.
-