public class License extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
License()
|
| Modifier and Type | Method and Description |
|---|---|
License |
clone()
Method clone.
|
String |
getComments()
Get addendum information pertaining to this license.
|
String |
getDistribution()
Get the primary method by which this project may be distributed.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getName()
Get the full legal name of the license.
|
String |
getUrl()
Get the official url for the license text.
|
void |
setComments(String
Set addendum information pertaining to this license.
|
void |
setDistribution(String
Set the primary method by which this project may be distributed.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setName(String
Set the full legal name of the license.
|
void |
setUrl(String
Set the official url for the license text.
|
public StringgetComments()
public StringgetDistribution()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
public StringgetUrl()
public void setComments(Stringcomments)
comments -
public void setDistribution(Stringdistribution)
distribution -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
name -
public void setUrl(Stringurl)
url -