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 StringAbstractLicenseReportRenderer.getGAV(ThirdPartyDetails details) protected voidAbstractLicenseReportRenderer.renderThirdPartyDetailTable(ThirdPartyDetails details) protected voidAbstractLicenseReportRenderer.renderThirdPartySummaryTableRow(ThirdPartyDetails details) Method parameters in org.codehaus.mojo.license with type arguments of type ThirdPartyDetailsModifier and TypeMethodDescriptionprotected voidAbstractLicenseReportRenderer.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