org.jfree.base
public class Library extends Object
Constructor Summary | |
---|---|
Library(String name, String version, String licence, String info)
Creates a new library reference.
| |
protected | Library()
Creates a new library reference. |
Method Summary | |
---|---|
boolean | equals(Object o) |
String | getInfo()
Returns the project info for the library.
|
String | getLicenceName()
Returns the licenceName text.
|
String | getName()
Returns the library name.
|
String | getVersion()
Returns the library version.
|
int | hashCode() |
protected void | setInfo(String info)
Sets the project info.
|
protected void | setLicenceName(String licenceName)
Sets the licence name.
|
protected void | setName(String name)
Sets the project name.
|
protected void | setVersion(String version)
Sets the version identifier.
|
Parameters: name the name. version the version. licence the licenceName. info the web address or other info.
Returns: the project info.
Returns: the licenceName text.
Returns: the library name.
Returns: the library version.
Parameters: info the project info.
Parameters: licenceName the licence name.
Parameters: name the project name.
Parameters: version the version identifier.