org.jfree.base
public class BasicProjectInfo extends Library
Constructor Summary | |
---|---|
BasicProjectInfo()
Default constructor. | |
BasicProjectInfo(String name, String version, String licence, String info)
Creates a new library reference.
| |
BasicProjectInfo(String name, String version, String info, String copyright, String licenceName)
Creates a new project info instance.
|
Method Summary | |
---|---|
void | addLibrary(Library library)
Adds a library.
|
void | addOptionalLibrary(String libraryClass)
Adds an optional library. |
void | addOptionalLibrary(Library library)
Adds an optional library. |
String | getCopyright()
Returns the copyright statement.
|
Library[] | getLibraries()
Returns a list of libraries used by the project.
|
Library[] | getOptionalLibraries()
Returns a list of optional libraries used by the project.
|
void | setCopyright(String copyright)
Sets the project copyright statement.
|
void | setInfo(String info)
Sets the project info string (for example, this could be the project URL).
|
void | setLicenceName(String licence)
Sets the license name.
|
void | setName(String name)
Sets the project name.
|
void | setVersion(String version)
Sets the project version number.
|
Parameters: name the name. version the version. licence the licence. info the web address or other info.
Parameters: name the project name. version the project version. info the project info (web site for example). copyright the copyright statement. licenceName the license name.
Parameters: library the library.
Parameters: libraryClass the library.
Parameters: library the library.
Returns: The copyright statement.
Returns: the list of libraries.
Returns: the list of libraries.
Parameters: copyright the project copyright statement.
Parameters: info the info string.
Parameters: licence the license name.
Parameters: name the project name.
Parameters: version the version number.