public interface ICopyright
ICopyright
interface represents a software copyright. A copyright has
required body text which may be the full text or a summary. An optional location field can be specified
which links to full text.
Instances of this class are handle objects and do not necessarily
reflect entities that exist in any particular profile or repository. These handle
objects can be created using MetadataFactory
.
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Returns the license body.
|
URI |
getLocation()
Returns the location of a document containing the copyright notice.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.