public class LicenseCheckMojo extends Object
| Constructor and Description |
|---|
LicenseCheckMojo(Findings log,
Path localRepo,
org.apache.maven.project.MavenProject project,
org.apache.maven.shared.dependency.graph.DependencyGraphBuilder dependencyGraphBuilder,
boolean andIsOr) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCompatibility() |
String |
checkCompatibility(Coordinates coo,
String licenseStr) |
void |
config(List<LicenseDeclaration> licenseDeclarations,
List<UrlDeclaration> urlDeclarations,
int allowUrlsCheckedDaysBefore) |
void |
determineLicenses() |
void |
getDependencies() |
void |
getHolder() |
void |
jars() |
void |
src() |
void |
store() |
void |
summery() |
public void config(List<LicenseDeclaration> licenseDeclarations, List<UrlDeclaration> urlDeclarations, int allowUrlsCheckedDaysBefore)
public void getDependencies()
public void determineLicenses()
public String checkCompatibility(Coordinates coo, String licenseStr)
public void checkCompatibility()
public void getHolder()
public void summery()
public void src()
public void store()
public void jars()
Copyright © 2016. All rights reserved.