org.pentaho.reporting.libraries.repository
Class LibRepositoryInfo

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.versioning.DependencyInformation
      extended by org.pentaho.reporting.libraries.base.versioning.ProjectInformation
          extended by org.pentaho.reporting.libraries.repository.LibRepositoryInfo

public class LibRepositoryInfo
extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation

The LibRepositoryInfo class contains all dependency information and some common information like version, license and contributors about the library itself.

Author:
Thomas Morgner

Method Summary
static org.pentaho.reporting.libraries.base.versioning.ProjectInformation getInstance()
          Returns the singleton instance of the ProjectInformation-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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static org.pentaho.reporting.libraries.base.versioning.ProjectInformation getInstance()
Returns the singleton instance of the ProjectInformation-class.

Returns:
the singleton ProjectInformation.