org.pentaho.reporting.libraries.base.versioning
public abstract class ProjectInformation extends DependencyInformation
Method Summary | |
---|---|
void | addLibrary(DependencyInformation library)
Adds a library.
|
String | getBootClass()
Returns the boot class.
|
String | getCopyright()
Returns the copyright string for thie project.
|
String | getInternalName()
Returns the internal name of the project.
|
DependencyInformation[] | getLibraries()
Returns a list of libraries used by the project.
|
DependencyInformation[] | getOptionalLibraries()
Returns a list of optional libraries used by the project.
|
String | getProductId()
Returns the product ID from the Manifest.
|
String | getReleaseBuildNumber()
Returns the release build number from the Manifest.
|
String | getReleaseCandidateToken()
Returns the release candidate token from the Manifest.
|
String | getReleaseMajor()
Returns the release major version number from the Manifest.
|
String | getReleaseMilestone()
Returns the release milestone number from the Manifest.
|
String | getReleaseMinor()
Returns the release minor version number from the Manifest.
|
String | getReleaseNumber()
Returns the release number from the Manifest.
|
String | getVersion()
Returns the version number from the Manifest.
|
Parameters: library the library.
Returns: the bootclass (might be null).
Returns: the copyright string (might be null).
Returns: the internal name, never null.
Returns: the list of libraries.
Returns: the list of libraries.
Returns: the product ID, or null if none is specified in the manifest.
Returns: the release build number, or null if none is specified in the manifest.
Returns: the release candidate token, or null if none is specified in the manifest.
Returns: the release major version number, or null if none is specified in the manifest.
Returns: the release milestone number, or null if none is specified in the manifest.
Returns: the release minor version number, or null if none is specified in the manifest.
Returns: the release number, or null if none is specified in the manifest.
Returns: the version, or null if no version information is known.