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