@Label(value="License") public interface MavenLicenseDescriptor extends MavenDescriptor
License| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Get addendum information pertaining to this license.
|
String |
getDistribution()
Get the primary method by which this project may be distributed.
|
String |
getName()
Get the full legal name of the license.
|
String |
getUrl()
Get the official url for the license text.
|
void |
setComments(String comments)
Set license comments.
|
void |
setDistribution(String distribution)
Set distribution information.
|
void |
setName(String name)
Set the name of the license.
|
void |
setUrl(String url)
Set the url of the license.
|
@Property(value="name") String getName()
void setName(String name)
name - The name.@Property(value="url") String getUrl()
void setUrl(String url)
url - The url.@Property(value="comments") String getComments()
void setComments(String comments)
comments - The comments.@Property(value="distribution") String getDistribution()
void setDistribution(String distribution)
distribution - The distribution information.Copyright © 2015 buschmais GbR. All rights reserved.