public class JCommonXMLInfo extends ProjectInfo
Modifier and Type | Field and Description |
---|---|
private static JCommonXMLInfo |
singleton
The info singleton.
|
Modifier | Constructor and Description |
---|---|
private |
JCommonXMLInfo()
Constructs an empty project info object.
|
Modifier and Type | Method and Description |
---|---|
static JCommonXMLInfo |
getInstance()
Returns the single instance of this class.
|
getContributors, getLicenceText, getLogo, setContributors, setLicenceText, setLogo, toString
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClass
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
equals, getInfo, getLicenceName, getName, getVersion, hashCode
private static JCommonXMLInfo singleton
public static JCommonXMLInfo getInstance()