Class PixieInfo
java.lang.Object
org.pentaho.reporting.libraries.base.versioning.DependencyInformation
org.pentaho.reporting.libraries.base.versioning.ProjectInformation
org.pentaho.reporting.libraries.pixie.PixieInfo
public class PixieInfo
extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
PixieInfo
public PixieInfo()Creates a new instance. (Must be public so that we can instantiate the library-info using Class.newInstance(..)).
-
-
Method Details
-
getInstance
Returns the single instance of this class.- Returns:
- The single instance of information about the JCommon library.
-