| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.license.model.ProjectLicenseInfo
public class ProjectLicenseInfo
Contains the license information for a single project/dependency
| Constructor Summary | |
|---|---|
| ProjectLicenseInfo()Default constructor | |
| ProjectLicenseInfo(String groupId,
                                     String artifactId,
                                     String version) | |
| Method Summary | |
|---|---|
|  void | addLicense(org.apache.maven.model.License license) | 
|  boolean | equals(Object compareTo)Compare this artifact to another ProjectLicenseInfo, or compare to an instance of org.apache.maven.artifact.Artifact | 
|  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() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ProjectLicenseInfo()
public ProjectLicenseInfo(String groupId,
                          String artifactId,
                          String version)
| Method Detail | 
|---|
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 toString()
toString in class Objectpublic String getId()
public boolean equals(Object compareTo)
equals in class Objectpublic int hashCode()
hashCode in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||