org.jfree.base
public class BootableProjectInfo extends BasicProjectInfo
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
void | addDependency(BootableProjectInfo projectInfo)
Adds a dependency.
|
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.
|
Parameters: name the name. version the version. licence the licence. info the web address or other info.
Parameters: name the name. version the version. info the info (for example, the project URL). copyright the copyright statement. licenceName the license name.
Deprecated: use 'addLibrary' instead.
Adds a dependency.Parameters: projectInfo the project.
Returns: The name of the boot class.
Returns: The dependencies.
Returns: The auto-boot flag.
Parameters: autoBoot true, if the project should be booted automaticly, false otherwise.
Parameters: bootClass the boot class name.