| Package | Description |
|---|---|
| de.pfabulist.loracle.attribution |
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| de.pfabulist.loracle.license |
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| de.pfabulist.loracle.mojo |
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrcAccess.check(Coordinates coo,
Coordinates2License.LiCo lico) |
void |
JarAccess.check(Coordinates coo,
Coordinates2License.LiCo lico) |
Optional<CopyrightHolder> |
GetHolder.getHolder(Coordinates coo,
String license) |
void |
GetHolder.getNotice(Coordinates coo,
Coordinates2License.LiCo lico) |
void |
SrcAccess.getPomHeader(Coordinates coordinates,
Coordinates2License.LiCo liCo) |
| Modifier and Type | Field and Description |
|---|---|
List<Coordinates> |
LOracle.More.specific |
| Modifier and Type | Method and Description |
|---|---|
static Coordinates |
Coordinates.valueOf(org.apache.maven.artifact.Artifact arti) |
static Coordinates |
Coordinates.valueOf(String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
Coordinates2License.add(Coordinates coo) |
void |
LOracle.addLicenseForArtifact(Coordinates coo,
LicenseID licenseID) |
Optional<Coordinates2License.LiCo> |
Coordinates2License.get(Coordinates coordinates) |
MappedLicense |
LOracle.getByCoordinates(Coordinates coo) |
boolean |
Coordinates.matches(Coordinates other) |
void |
Coordinates2License.updateScope(Coordinates coo,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
Coordinates2License.checkCompatibility(BiFunction<Coordinates,String,String> f) |
void |
Coordinates2License.fromJar(BiConsumer<Coordinates,Coordinates2License.LiCo> f) |
void |
Coordinates2License.fromSrc(BiConsumer<Coordinates,Coordinates2License.LiCo> f) |
void |
Coordinates2License.getHolders(BiFunction<Coordinates,String,Optional<CopyrightHolder>> f) |
void |
Coordinates2License.update(BiConsumer<Coordinates,Coordinates2License.LiCo> f) |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
LicenseDeclaration.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
String |
LicenseCheckMojo.checkCompatibility(Coordinates coo,
String licenseStr) |
Path |
MavenLicenseOracle.getArtifact(Coordinates coords) |
Path |
MavenLicenseOracle.getArtifactOld(Coordinates coords) |
List<org.apache.maven.model.License> |
MavenLicenseOracle.getMavenLicense(Coordinates coo) |
Path |
MavenLicenseOracle.getPom(Coordinates coords) |
Path |
MavenLicenseOracle.getSrc(Coordinates coords) |
Copyright © 2016. All rights reserved.