|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.library.model.licence.LicenceInfo
public final class LicenceInfo
This Class represents the licensing information available in a library.
| Constructor Summary | |
|---|---|
LicenceInfo(String name,
URI uri)
Create a new LicenceInfo |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
Return the license name. |
URI |
getUri()
Return the URI were additional license information can be found. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LicenceInfo(String name,
URI uri)
name - the license nameuri - an URI to a remote location were additional license information
can be found| Method Detail |
|---|
public String getName()
public URI getUri()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||