public class LicensesGenerator extends Object
| Constructor and Description |
|---|
LicensesGenerator() |
LicensesGenerator(GeneratorProperties generatorProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected LicenseSummaryFactory |
createLicenseSummaryFactory() |
protected org.apache.maven.artifact.Artifact |
gavToArtifact(Gav gav) |
void |
generateLicensesForGavs(Collection<Gav> gavs,
String resultPath) |
void |
generateLicensesForPom(String pomPath,
String resultPath) |
public LicensesGenerator()
throws LicensesGeneratorException
LicensesGeneratorExceptionpublic LicensesGenerator(GeneratorProperties generatorProperties) throws LicensesGeneratorException
LicensesGeneratorExceptionpublic void generateLicensesForPom(String pomPath, String resultPath) throws LicensesGeneratorException
LicensesGeneratorExceptionpublic void generateLicensesForGavs(Collection<Gav> gavs, String resultPath) throws LicensesGeneratorException
LicensesGeneratorExceptionprotected org.apache.maven.artifact.Artifact gavToArtifact(Gav gav)
protected LicenseSummaryFactory createLicenseSummaryFactory()
Copyright © 2018. All rights reserved.