Uses of Class
org.pentaho.reporting.libraries.base.versioning.DependencyInformation
Packages that use DependencyInformation
Package
Description
-
Uses of DependencyInformation in org.pentaho.reporting.libraries.base
Subclasses of DependencyInformation in org.pentaho.reporting.libraries.base -
Uses of DependencyInformation in org.pentaho.reporting.libraries.base.versioning
Subclasses of DependencyInformation in org.pentaho.reporting.libraries.base.versioningModifier and TypeClassDescriptionclass
The project information structure contains information about the current project.Methods in org.pentaho.reporting.libraries.base.versioning that return DependencyInformationModifier and TypeMethodDescriptionProjectInformation.getLibraries()
Returns a list of libraries used by the project.ProjectInformation.getOptionalLibraries()
Returns a list of optional libraries used by the project.Methods in org.pentaho.reporting.libraries.base.versioning with parameters of type DependencyInformationModifier and TypeMethodDescriptionvoid
ProjectInformation.addLibrary
(DependencyInformation library) Adds a library.