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 TypeMethodDescriptionvoidProjectLicenseInfo.addLicense(ProjectLicense license) voidProjectLicenseInfo.addMatchLicense(ProjectLicense license) static NodeLicenseSummaryWriter.createLicenseNode(Document doc, ProjectLicense lic, boolean isMatcher) Method parameters in org.codehaus.mojo.license.download with type arguments of type ProjectLicenseModifier and TypeMethodDescriptionvoidProjectLicenseInfo.setLicenses(List<ProjectLicense> licenses) voidProjectLicenseInfo.setMatchLicenses(List<ProjectLicense> matchLicenses)