Package org.jfree.xml
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
-
public class JCommonXMLInfo extends ProjectInfo
The info implementation for the XML classes of JCommon.
-
-
Field Summary
Fields Modifier and Type Field Description private static JCommonXMLInfo
singleton
The info singleton.
-
Constructor Summary
Constructors Modifier Constructor Description private
JCommonXMLInfo()
Constructs an empty project info object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JCommonXMLInfo
getInstance()
Returns the single instance of this class.-
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toString
-
Methods inherited from class org.jfree.base.BootableProjectInfo
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass
-
Methods inherited from class org.jfree.base.BasicProjectInfo
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
-
Methods inherited from class org.jfree.base.Library
equals, getInfo, getLicenceName, getName, getVersion, hashCode
-
-
-
-
Field Detail
-
singleton
private static JCommonXMLInfo singleton
The info singleton.
-
-
Method Detail
-
getInstance
public static JCommonXMLInfo getInstance()
Returns the single instance of this class.- Returns:
- The single instance of information about the JCommon library.
-
-