| Package | Description |
|---|---|
| org.codehaus.mojo.license | |
| org.codehaus.mojo.license.download |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractLicensesXmlMojo.writeLicenseSummary(List<ProjectLicenseInfo> deps,
File licensesOutputFile,
boolean writeVersions) |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
LicenseSummaryWriter.createDependencyNode(Document doc,
ProjectLicenseInfo dep,
boolean writeVersions) |
boolean |
ProjectLicenseInfo.deepEquals(ProjectLicenseInfo other) |
void |
LicenseMatchers.replaceMatches(ProjectLicenseInfo dependency)
Replace matching licenses in the given
dependency |
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseSummaryWriter.writeLicenseSummary(List<ProjectLicenseInfo> dependencies,
File outputFile,
Charset charset,
Eol eol,
boolean writeVersions) |
Copyright © 2010–2019 MojoHaus. All rights reserved.