Uses of Class
org.pentaho.reporting.libraries.base.versioning.ProjectInformation

Packages that use ProjectInformation
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
 class LibBaseInfo
          The project information for LibBase.
 

Methods in org.pentaho.reporting.libraries.base that return ProjectInformation
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
VersionHelper(ProjectInformation projectInformation)
          Loads the versioning information for the given project-information structure using the project information's internal name as lookup key.