public class ProjectLicenseInfo extends Object
| Constructor and Description |
|---|
ProjectLicenseInfo()
Default constructor.
|
ProjectLicenseInfo(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLicense(org.apache.maven.model.License license) |
boolean |
equals(Object compareTo) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getId()
The unique ID for the project
|
String |
getLicenseResolutionResult() |
List<org.apache.maven.model.License> |
getLicenses() |
String |
getVersion() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setLicenseResolutionResult(String licenseResolutionResult) |
void |
setLicenses(List<org.apache.maven.model.License> licenses) |
void |
setVersion(String version) |
String |
toString() |
public String getLicenseResolutionResult()
public void setLicenseResolutionResult(String licenseResolutionResult)
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public List<org.apache.maven.model.License> getLicenses()
public void setLicenses(List<org.apache.maven.model.License> licenses)
public void addLicense(org.apache.maven.model.License license)
public String getId()
Copyright © 2017 JBoss by Red Hat. All rights reserved.