| Package | Description |
|---|---|
| org.codehaus.mojo.license | |
| org.codehaus.mojo.license.api |
Api package
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ThirdPartyDetails> |
AggregatorThirdPartyReportMojo.createThirdPartyDetails() |
protected abstract Collection<ThirdPartyDetails> |
AbstractThirdPartyReportMojo.createThirdPartyDetails() |
protected Collection<ThirdPartyDetails> |
ThirdPartyReportMojo.createThirdPartyDetails() |
protected Collection<ThirdPartyDetails> |
ThirdPartyReportRenderer.getThirdPartiesNoLicense() |
protected Collection<ThirdPartyDetails> |
ThirdPartyReportRenderer.getThirdPartiesPomLicense() |
protected Collection<ThirdPartyDetails> |
ThirdPartyReportRenderer.getThirdPartiesThirdPartyLicense() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractLicenseReportRenderer.getGAV(ThirdPartyDetails details) |
protected void |
AbstractLicenseReportRenderer.renderThirdPartyDetailTable(ThirdPartyDetails details) |
protected void |
AbstractLicenseReportRenderer.renderThirdPartyDetailTable(ThirdPartyDetails details,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
protected void |
AbstractLicenseReportRenderer.renderThirdPartySummaryTableRow(ThirdPartyDetails details) |
protected void |
AbstractLicenseReportRenderer.renderThirdPartySummaryTableRow(ThirdPartyDetails details,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLicenseReportRenderer.renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection) |
protected void |
AbstractLicenseReportRenderer.renderThirdPartySummaryTable(Collection<ThirdPartyDetails> collection,
boolean includeScope,
boolean includeClassifier,
boolean includeType) |
| Constructor and Description |
|---|
ThirdPartyReportRenderer(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
String outputName,
Locale locale,
Collection<ThirdPartyDetails> details) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThirdPartyDetails
Default implementation of
ThirdPartyDetails. |
Copyright © 2010–2023. All rights reserved.