Package | Description |
---|---|
org.pentaho.reporting.libraries.base | |
org.pentaho.reporting.libraries.base.versioning |
Modifier and Type | Class and Description |
---|---|
class |
LibBaseInfo
The project information for LibBase.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectInformation
The project information structure contains information about the current project.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectInformation.addLibrary(DependencyInformation library)
Adds a library.
|