|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.base.versioning.DependencyInformation
org.pentaho.reporting.libraries.base.versioning.ProjectInformation
public abstract class ProjectInformation
The project information structure contains information about the current project. This is an extended version of the dependency information enriched with information about the boot-process and a list of dependencies.
This class needs to be subclassed by each project that wants to participate in the global boot process.
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. |
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation |
---|
equals, getInfo, getLicenseName, getName, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getCopyright()
public String getInternalName()
public String getBootClass()
public DependencyInformation[] getLibraries()
public void addLibrary(DependencyInformation library)
library
- the library.public DependencyInformation[] getOptionalLibraries()
public String getVersion()
getVersion
in class DependencyInformation
public String getProductId()
public String getReleaseMilestone()
public String getReleaseMinor()
public String getReleaseMajor()
public String getReleaseCandidateToken()
public String getReleaseNumber()
public String getReleaseBuildNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |