|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILicense
The ILicense
interface represents a software license. A license has required body text
which may be the full text or an annotation. An optional URL field can be specified
which links to full text. Licenses can be easily compared using their digests.
Method Summary | |
---|---|
boolean |
equals(Object obj)
Returns whether this license is equal to the given object. |
String |
getBody()
Returns the license body. |
URI |
getLocation()
Returns the location of a document containing the full license. |
String |
getUUID()
Returns the message digest of the license body. |
Method Detail |
---|
URI getLocation()
null
String getBody()
null
String getUUID()
BigInteger
, never null
boolean equals(Object obj)
equals
in class Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.