public interface ThirdPartyDetails
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String[] |
getLicenses() |
String[] |
getPomLicenses() |
String |
getScope() |
String[] |
getThirdPartyLicenses() |
String |
getType() |
String |
getVersion() |
boolean |
hasLicenses() |
boolean |
hasPomLicenses() |
boolean |
hasThirdPartyLicenses() |
void |
setPomLicenses(String[] pomLicenses)
Sets the pom licenses.
|
void |
setThirdPartyLicenses(String[] thirdPartyLicenses)
Sets the third-party licenses.
|
String getGroupId()
String getArtifactId()
String getVersion()
String getType()
String getClassifier()
String getScope()
boolean hasLicenses()
true if the project contains at least one license (from pom or third-party missing file).String[] getLicenses()
boolean hasPomLicenses()
true if the project contains a license in his pom.String[] getPomLicenses()
void setPomLicenses(String[] pomLicenses)
pomLicenses - licenses loaded from the pom fileString[] getThirdPartyLicenses()
void setThirdPartyLicenses(String[] thirdPartyLicenses)
thirdPartyLicenses - licenses loaded from the third-party fileboolean hasThirdPartyLicenses()
true if the project has his licenses defined in the third-party file.Copyright © 2010–2023. All rights reserved.