public class BootableProjectInfo extends BasicProjectInfo
Constructor and Description |
---|
BootableProjectInfo()
Creates a new instance.
|
BootableProjectInfo(String name,
String version,
String licence,
String info)
Creates a new library reference.
|
BootableProjectInfo(String name,
String version,
String info,
String copyright,
String licenceName)
Creates a new library reference.
|
Modifier and Type | Method and Description |
---|---|
void |
addDependency(BootableProjectInfo projectInfo)
Deprecated.
use 'addLibrary' instead.
|
String |
getBootClass()
Returns the name of the boot class.
|
BootableProjectInfo[] |
getDependencies()
Returns the dependencies.
|
boolean |
isAutoBoot()
Returns, whether the project should be booted automaticly.
|
void |
setAutoBoot(boolean autoBoot)
Sets the auto boot flag.
|
void |
setBootClass(String bootClass)
Sets the boot class name.
|
addLibrary, addOptionalLibrary, addOptionalLibrary, getCopyright, getLibraries, getOptionalLibraries, setCopyright, setInfo, setLicenceName, setName, setVersion
equals, getInfo, getLicenceName, getName, getVersion, hashCode
public BootableProjectInfo()
public BootableProjectInfo(String name, String version, String licence, String info)
name
- the name.version
- the version.licence
- the licence.info
- the web address or other info.public BootableProjectInfo(String name, String version, String info, String copyright, String licenceName)
name
- the name.version
- the version.info
- the info (for example, the project URL).copyright
- the copyright statement.licenceName
- the license name.public BootableProjectInfo[] getDependencies()
public void addDependency(BootableProjectInfo projectInfo)
projectInfo
- the project.public String getBootClass()
public void setBootClass(String bootClass)
bootClass
- the boot class name.public boolean isAutoBoot()
public void setAutoBoot(boolean autoBoot)
autoBoot
- true, if the project should be booted automaticly, false otherwise.Copyright © 2001–2018 JFree.org. All rights reserved.