| Package | Description |
|---|---|
| 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 |
|---|---|
MappedLicense |
MappedLicense.addReason(String more) |
MappedLicense |
And.and(MappedLicense l,
MappedLicense r) |
MappedLicense |
And.and2(MappedLicense l,
MappedLicense r) |
MappedLicense |
ContentToLicense.byUrl(String str) |
MappedLicense |
Decider.decide(List<MappedLicense> licenses) |
MappedLicense |
Decider.decide(MappedLicense... mls) |
static MappedLicense |
MappedLicense.empty() |
static MappedLicense |
MappedLicense.empty(String s) |
MappedLicense |
ContentToLicense.findLicenses(String str) |
MappedLicense |
LOracle.findLongNames(And and,
String str) |
MappedLicense |
LOracle.getByCoordinates(Coordinates coo) |
MappedLicense |
LOracle.getByName(String name) |
MappedLicense |
LOracle.getByUrl(String url) |
MappedLicense |
LicenseFromText.getLicense(String txt) |
static MappedLicense |
MappedLicense.of(LicenseID licenseID,
String reason) |
static MappedLicense |
MappedLicense.of(Optional<LicenseID> licenseID,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedLicense.addOver(MappedLicense other) |
void |
MappedLicense.addOverFrom(MappedLicense other) |
MappedLicense |
And.and(MappedLicense l,
MappedLicense r) |
MappedLicense |
And.and2(MappedLicense l,
MappedLicense r) |
MappedLicense |
Decider.decide(MappedLicense... mls) |
void |
Coordinates2License.MLicense.setByComment(MappedLicense byComment) |
void |
Coordinates2License.LiCo.setByCoordinates(MappedLicense byCoordinates) |
void |
Coordinates2License.MLicense.setByName(MappedLicense byName) |
void |
Coordinates2License.MLicense.setByUrl(MappedLicense byUrl) |
void |
Coordinates2License.LiCo.setHeaderLicense(MappedLicense headerLicense) |
void |
Coordinates2License.LiCo.setLicense(MappedLicense mlicense) |
void |
Coordinates2License.LiCo.setLicenseTxtLicense(MappedLicense licenseTxtLicense) |
void |
Coordinates2License.LiCo.setNoticeLicense(MappedLicense noticeLicense) |
void |
Coordinates2License.LiCo.setPomHeaderLicense(MappedLicense license) |
void |
Coordinates2License.LiCo.setPomLicense(MappedLicense pomLicense) |
| Modifier and Type | Method and Description |
|---|---|
MappedLicense |
Decider.decide(List<MappedLicense> licenses) |
| Modifier and Type | Method and Description |
|---|---|
MappedLicense |
UrlToLicense.getLicense(String url) |
MappedLicense |
LicenseIntelligence.mavenLicenseToLicense(Coordinates2License.MLicense mavenLicense) |
Copyright © 2016. All rights reserved.