Uses of Interface
org.codehaus.mojo.license.api.ThirdPartyDetails
Packages that use ThirdPartyDetails
-
Uses of ThirdPartyDetails in org.codehaus.mojo.license
Methods in org.codehaus.mojo.license that return types with arguments of type ThirdPartyDetailsModifier and TypeMethodDescriptionprotected abstract Collection
<ThirdPartyDetails> AbstractThirdPartyReport.createThirdPartyDetails()
protected Collection
<ThirdPartyDetails> AggregatorThirdPartyReport.createThirdPartyDetails()
protected Collection
<ThirdPartyDetails> ThirdPartyReport.createThirdPartyDetails()
protected Collection
<ThirdPartyDetails> ThirdPartyReportRenderer.getThirdPartiesNoLicense()
protected Collection
<ThirdPartyDetails> ThirdPartyReportRenderer.getThirdPartiesPomLicense()
protected Collection
<ThirdPartyDetails> ThirdPartyReportRenderer.getThirdPartiesThirdPartyLicense()
Methods in org.codehaus.mojo.license with parameters of type ThirdPartyDetailsModifier and TypeMethodDescriptionprotected String
AbstractLicenseReportRenderer.getGAV
(ThirdPartyDetails details) protected void
AbstractLicenseReportRenderer.renderThirdPartyDetailTable
(ThirdPartyDetails details) protected void
AbstractLicenseReportRenderer.renderThirdPartySummaryTableRow
(ThirdPartyDetails details) Method parameters in org.codehaus.mojo.license with type arguments of type ThirdPartyDetailsModifier and TypeMethodDescriptionprotected void
AbstractLicenseReportRenderer.renderThirdPartySummaryTable
(Collection<ThirdPartyDetails> collection) Constructor parameters in org.codehaus.mojo.license with type arguments of type ThirdPartyDetailsModifierConstructorDescriptionThirdPartyReportRenderer
(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, String outputName, Locale locale, Collection<ThirdPartyDetails> details) -
Uses of ThirdPartyDetails in org.codehaus.mojo.license.api
Classes in org.codehaus.mojo.license.api that implement ThirdPartyDetails