Uses of Class
org.pentaho.reporting.libraries.base.versioning.DependencyInformation
-
Packages that use DependencyInformation Package Description 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 Modifier and Type Class Description classLibBaseInfoThe project information for LibBase. -
Uses of DependencyInformation in org.pentaho.reporting.libraries.base.versioning
Subclasses of DependencyInformation in org.pentaho.reporting.libraries.base.versioning Modifier and Type Class Description classProjectInformationThe project information structure contains information about the current project.Methods in org.pentaho.reporting.libraries.base.versioning that return DependencyInformation Modifier and Type Method Description 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 Modifier and Type Method Description voidProjectInformation. addLibrary(DependencyInformation library)Adds a library.
-