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, toStringaddDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClassaddLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersionequals, getInfo, getLicenceName, getName, getVersion, hashCodeprivate static JCommonInfo singleton
public static JCommonInfo getInstance()