public class ProjectInfo extends BootableProjectInfo
| Constructor and Description |
|---|
ProjectInfo()
Constructs an empty project info object.
|
ProjectInfo(String name,
String version,
String info,
Image logo,
String copyright,
String licenceName,
String licenceText)
Constructs a project info object.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getContributors()
Returns the list of contributors for the project.
|
String |
getLicenceText()
Returns the licence text.
|
Image |
getLogo()
Returns the logo.
|
void |
setContributors(List contributors)
Sets the list of contributors.
|
void |
setLicenceText(String licenceText)
Sets the project licence text.
|
void |
setLogo(Image logo)
Sets the project logo.
|
String |
toString()
Returns a string describing the project.
|
addDependency, getBootClass, getDependencies, isAutoBoot, setAutoBoot, setBootClassaddLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersionequals, getInfo, getLicenceName, getName, getVersion, hashCodepublic ProjectInfo()
public ProjectInfo(String name, String version, String info, Image logo, String copyright, String licenceName, String licenceText)
name - the name of the project.version - the version.info - other info (usually a URL).logo - the project logo.copyright - a copyright statement.licenceName - the name of the licence that applies to the project.licenceText - the text of the licence that applies to the project.public Image getLogo()
public void setLogo(Image logo)
logo - the project logo.public String getLicenceText()
public void setLicenceText(String licenceText)
licenceText - the licence text.public List getContributors()
public void setContributors(List contributors)
contributors - the list of contributors.Copyright © 2009-2012 jtstand.com. All Rights Reserved.