|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.License
public class License
Describes the licenses for this project. This is used to generate the license page of the project's web site, as well as being taken into consideration in other reporting and validation. The licenses listed for the project are that of the project itself, and not of dependencies.
Constructor Summary | |
---|---|
License()
|
Method Summary | |
---|---|
java.lang.String |
getComments()
Get Addendum information pertaining to this license. |
java.lang.String |
getDistribution()
Get The primary method by which this project may be distributed. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The full legal name of the license. |
java.lang.String |
getUrl()
Get The official url for the license text. |
void |
setComments(java.lang.String comments)
Set Addendum information pertaining to this license. |
void |
setDistribution(java.lang.String distribution)
Set The primary method by which this project may be distributed. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The full legal name of the license. |
void |
setUrl(java.lang.String url)
Set The official url for the license text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public License()
Method Detail |
---|
public java.lang.String getComments()
public java.lang.String getDistribution()
public java.lang.String getName()
public java.lang.String getUrl()
public void setComments(java.lang.String comments)
comments
- public void setDistribution(java.lang.String distribution)
distribution
- public void setName(java.lang.String name)
name
- public void setUrl(java.lang.String url)
url
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |