| Package | Description |
|---|---|
| de.pfabulist.loracle.license |
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeLicense
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
ModifiedSingleLicense
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
class |
SingleLicense
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Method and Description |
|---|---|
LicenseID |
SPDXParser.getExtended(String nameExpr) |
LicenseID |
FuzzyParser.getExtended(String nameExpr) |
LicenseID |
CompositeLicense.getLeft() |
LicenseID |
LOracle.getOrLater(SingleLicense license,
boolean orLater,
Optional<LicenseExclude> exception) |
LicenseID |
LOracle.getOrThrowByName(String name) |
LicenseID |
CompositeLicense.getRight() |
LicenseID |
MappedLicense.orElseThrow(Supplier<Exception> ex) |
LicenseID |
SPDXParser.parse(String in) |
LicenseID |
FuzzyParser.parse(String in) |
| Modifier and Type | Method and Description |
|---|---|
Optional<LicenseID> |
LOracle.getByName1(String name) |
Set<LicenseID> |
LOracle.guessByName(String name) |
Set<LicenseID> |
LOracle.guessByUrl(String url) |
Optional<LicenseID> |
MappedLicense.noReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
LOracle.addCouldbeName(LicenseID license,
String couldbe) |
void |
LOracle.addCouldBeUrl(LicenseID license,
String url) |
void |
LOracle.addLicenseForArtifact(Coordinates coo,
LicenseID licenseID) |
void |
LOracle.addLongName(LicenseID license,
String longName) |
void |
LOracle.addUrl(LicenseID license,
String url) |
void |
LOracle.addUrlCheckedAt(LicenseID license,
String url,
String date) |
CompositeLicense |
LOracle.getAnd(LicenseID left,
LicenseID right) |
LicenseAttributes |
LOracle.getAttributes(LicenseID l) |
LOracle.More |
LOracle.getMore(LicenseID licenseID) |
CompositeLicense |
LOracle.getOr(LicenseID left,
LicenseID right) |
static boolean |
LicenseIDs.isAnd(LicenseID license) |
static boolean |
LicenseIDs.isOr(LicenseID license) |
static MappedLicense |
MappedLicense.of(LicenseID licenseID,
String reason) |
void |
LOracle.setOsiApproval(LicenseID licenseID,
boolean osiApproved) |
static SPDXParser.Tok |
SPDXParser.Tok.single(LicenseID str) |
static FuzzyParser.Tok |
FuzzyParser.Tok.single(LicenseID str) |
SPDXParser.Parsed |
SPDXParser.Parsed.value(LOracle lOracle,
LicenseID after,
boolean closed) |
FuzzyParser.Parsed |
FuzzyParser.Parsed.value(LOracle lOracle,
LicenseID after,
boolean closed) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedLicense.ifPresent(de.pfabulist.unchecked.functiontypes.ConsumerE<LicenseID,Exception> con) |
static MappedLicense |
MappedLicense.of(Optional<LicenseID> licenseID,
String reason) |
<U> U |
MappedLicense.orElse(Function<LicenseID,U> f,
U els) |
| Constructor and Description |
|---|
Parsed(LicenseID license,
boolean closed) |
Parsed(LicenseID license,
boolean closed) |
| Constructor and Description |
|---|
Parsed(Optional<LicenseID> license,
Optional<FuzzyParser.TokTyp> op) |
Parsed(Optional<LicenseID> license,
Optional<SPDXParser.TokTyp> op) |
Copyright © 2016. All rights reserved.