Class LibCssInfo
java.lang.Object
org.pentaho.reporting.libraries.base.versioning.DependencyInformation
org.pentaho.reporting.libraries.base.versioning.ProjectInformation
org.pentaho.reporting.libraries.css.LibCssInfo
public class LibCssInfo
extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Creation-Date: 27.07.2007, 12:58:12
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the singleton instance of the boot-class.Methods inherited from class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
addLibrary, addOptionalLibrary, addOptionalLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion, setBootClass, setCopyright
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
equals, getInfo, getLicenseName, getName, hashCode, setInfo, setLicenseName, setVersion
-
Method Details
-
getInstance
public static org.pentaho.reporting.libraries.base.versioning.ProjectInformation getInstance()Returns the singleton instance of the boot-class.- Returns:
- the singleton booter.
-