Class JCommonXMLInfo
java.lang.Object
org.jfree.base.Library
org.jfree.base.BasicProjectInfo
org.jfree.base.BootableProjectInfo
org.jfree.ui.about.ProjectInfo
org.jfree.xml.JCommonXMLInfo
The info implementation for the XML classes of JCommon.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic JCommonXMLInfoReturns the single instance of this class.Methods inherited from class ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toStringMethods inherited from class BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClassMethods inherited from class BasicProjectInfo
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersionMethods inherited from class Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
-
Method Details
-
getInstance
Returns the single instance of this class.- Returns:
- The single instance of information about the JCommon library.
-