Uses of Class
org.codehaus.mojo.license.download.ProjectLicense
Packages that use ProjectLicense
-
Uses of ProjectLicense in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download that return ProjectLicenseMethods in org.codehaus.mojo.license.download that return types with arguments of type ProjectLicenseModifier and TypeMethodDescriptionProjectLicenseInfo.cloneLicenses()
ProjectLicenseInfo.getLicenses()
ProjectLicenseInfo.getMatchLicenses()
Methods in org.codehaus.mojo.license.download with parameters of type ProjectLicenseModifier and TypeMethodDescriptionvoid
ProjectLicenseInfo.addLicense
(ProjectLicense license) void
ProjectLicenseInfo.addMatchLicense
(ProjectLicense license) static Node
LicenseSummaryWriter.createLicenseNode
(Document doc, ProjectLicense lic, boolean isMatcher) Method parameters in org.codehaus.mojo.license.download with type arguments of type ProjectLicenseModifier and TypeMethodDescriptionvoid
ProjectLicenseInfo.setLicenses
(List<ProjectLicense> licenses) void
ProjectLicenseInfo.setMatchLicenses
(List<ProjectLicense> matchLicenses)