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 void
AbstractLicensesXmlMojo.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 Node
LicenseSummaryWriter.createDependencyNode
(Document doc, ProjectLicenseInfo dep, boolean writeVersions) boolean
ProjectLicenseInfo.deepEquals
(ProjectLicenseInfo other) void
LicenseMatchers.replaceMatches
(ProjectLicenseInfo dependency) Replace matching licenses in the givendependency
Method parameters in org.codehaus.mojo.license.download with type arguments of type ProjectLicenseInfoModifier and TypeMethodDescriptionstatic void
LicenseSummaryWriter.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 void
CalcFileWriter.write
(List<ProjectLicenseInfo> projectLicenseInfos, File licensesCalcOutputFile) static void
ExcelFileWriter.write
(List<ProjectLicenseInfo> projectLicenseInfos, File licensesExcelOutputFile) Writes a list of projects into Excel file.