Uses of Class
org.codehaus.mojo.license.download.ProjectLicenseInfo
Packages that use ProjectLicenseInfo
Package
Description
-
Uses of ProjectLicenseInfo in org.codehaus.mojo.license
Method parameters in org.codehaus.mojo.license with type arguments of type ProjectLicenseInfoModifier and TypeMethodDescriptionprotected voidAbstractLicensesXmlMojo.writeLicenseSummary(List<ProjectLicenseInfo> deps, File licensesOutputFile, boolean writeVersions) -
Uses of ProjectLicenseInfo in org.codehaus.mojo.license.download
Methods in org.codehaus.mojo.license.download that return types with arguments of type ProjectLicenseInfoModifier and TypeMethodDescriptionstatic List<ProjectLicenseInfo> LicenseSummaryReader.parseLicenseSummary(File licSummaryFile) static List<ProjectLicenseInfo> LicenseSummaryReader.parseLicenseSummary(InputStream licSummaryIS) Read a component-info.xml from an input stream into a ComponentInfo object.Methods in org.codehaus.mojo.license.download with parameters of type ProjectLicenseInfoModifier and TypeMethodDescriptionstatic NodeLicenseSummaryWriter.createDependencyNode(Document doc, ProjectLicenseInfo dep, boolean writeVersions) booleanProjectLicenseInfo.deepEquals(ProjectLicenseInfo other) voidLicenseMatchers.replaceMatches(ProjectLicenseInfo dependency) Replace matching licenses in the givendependencyMethod parameters in org.codehaus.mojo.license.download with type arguments of type ProjectLicenseInfoModifier and TypeMethodDescriptionstatic voidLicenseSummaryWriter.writeLicenseSummary(List<ProjectLicenseInfo> dependencies, File outputFile, Charset charset, Eol eol, boolean writeVersions) -
Uses of ProjectLicenseInfo in org.codehaus.mojo.license.extended.spreadsheet
Method parameters in org.codehaus.mojo.license.extended.spreadsheet with type arguments of type ProjectLicenseInfoModifier and TypeMethodDescriptionstatic voidCalcFileWriter.write(List<ProjectLicenseInfo> projectLicenseInfos, File licensesCalcOutputFile) static voidExcelFileWriter.write(List<ProjectLicenseInfo> projectLicenseInfos, File licensesExcelOutputFile) Writes a list of projects into Excel file.