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

Packages that use DependencyInformation
org.pentaho.reporting.libraries.base   
org.pentaho.reporting.libraries.base.versioning   
 

Uses of DependencyInformation in org.pentaho.reporting.libraries.base
 

Subclasses of DependencyInformation in org.pentaho.reporting.libraries.base
 class LibBaseInfo
          The project information for LibBase.
 

Uses of DependencyInformation in org.pentaho.reporting.libraries.base.versioning
 

Subclasses of DependencyInformation in org.pentaho.reporting.libraries.base.versioning
 class ProjectInformation
          The project information structure contains information about the current project.
 

Methods in org.pentaho.reporting.libraries.base.versioning that return DependencyInformation
 DependencyInformation[] ProjectInformation.getLibraries()
          Returns a list of libraries used by the project.
 DependencyInformation[] ProjectInformation.getOptionalLibraries()
          Returns a list of optional libraries used by the project.
 

Methods in org.pentaho.reporting.libraries.base.versioning with parameters of type DependencyInformation
 void ProjectInformation.addLibrary(DependencyInformation library)
          Adds a library.