Class LibXmlInfo
- java.lang.Object
 - 
- org.pentaho.reporting.libraries.base.versioning.DependencyInformation
 - 
- org.pentaho.reporting.libraries.base.versioning.ProjectInformation
 - 
- org.pentaho.reporting.libraries.xmlns.LibXmlInfo
 
 
 
 
- 
public class LibXmlInfo extends org.pentaho.reporting.libraries.base.versioning.ProjectInformationThe LibXmlInfo class contains all dependency information and some common information like version, license and contributors about the library itself.- Author:
 - Thomas Morgner
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringXHTML_NAMESPACEThe XML-Namespace is used for the 'id' attribute.static StringXML_NAMESPACEThe XML-Namespace is used for the 'id' attribute. 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.pentaho.reporting.libraries.base.versioning.ProjectInformationgetInstance()Returns the singleton instance of the info-class.- 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.ProjectInformation
addLibrary, addOptionalLibrary, addOptionalLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion, setBootClass, setCopyright 
 - 
 
 - 
 
- 
- 
Field Detail
- 
XML_NAMESPACE
public static final String XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.- See Also:
 - Constant Field Values
 
 
- 
XHTML_NAMESPACE
public static final String XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.- See Also:
 - Constant Field Values
 
 
 - 
 
 -