public class JCommonInfo extends ProjectInfo
Modifier and Type | Field and Description |
---|---|
private static JCommonInfo |
singleton
The singleton instance of the project info object.
|
Modifier | Constructor and Description |
---|---|
private |
JCommonInfo()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static JCommonInfo |
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 JCommonInfo singleton
public static JCommonInfo getInstance()