Uses of Class
org.pentaho.reporting.libraries.base.versioning.ProjectInformation
-
Packages that use ProjectInformation Package Description org.pentaho.reporting.libraries.base org.pentaho.reporting.libraries.base.versioning -
-
Uses of ProjectInformation in org.pentaho.reporting.libraries.base
Subclasses of ProjectInformation in org.pentaho.reporting.libraries.base Modifier and Type Class Description class
LibBaseInfo
The project information for LibBase.Methods in org.pentaho.reporting.libraries.base that return ProjectInformation Modifier and Type Method Description static ProjectInformation
LibBaseInfo. getInstance()
Returns a singleton instance of the LibBase project information structure. -
Uses of ProjectInformation in org.pentaho.reporting.libraries.base.versioning
Constructors in org.pentaho.reporting.libraries.base.versioning with parameters of type ProjectInformation Constructor Description VersionHelper(ProjectInformation projectInformation)
Loads the versioning information for the given project-information structure using the project information's internal name as lookup key.
-