| Package | Description |
|---|---|
| de.pfabulist.loracle.license |
Copyright (c) 2006 - 2017, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiedSingleLicense
Copyright (c) 2006 - 2017, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
a single license can be modified by adding (one or several) exception(s)
or a plus for "or later"
|
class |
SingleLicense
Copyright (c) 2006 - 2017, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Method and Description |
|---|---|
LicenseID |
MappedSomeLicense.orElseThrow(de.pfabulist.roast.functiontypes.Supplier_<Exception> ex) |
LicenseID |
MappedLicense.orElseThrow(de.pfabulist.roast.functiontypes.Supplier_<Exception> ex) |
LicenseID |
MappedEmptyLicense.orElseThrow(de.pfabulist.roast.functiontypes.Supplier_<Exception> ex) |
LicenseID |
SPDXParser.parse(String in) |
| Modifier and Type | Method and Description |
|---|---|
Optional<LicenseID> |
MappedSomeLicense.noReason() |
Optional<LicenseID> |
MappedLicense.noReason() |
Optional<LicenseID> |
MappedEmptyLicense.noReason() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LOracleData.More> |
LOracleData.getExistingLicense(LicenseID lid) |
static MappedSomeLicense |
MappedLicense.of(LicenseID licenseID,
String reason) |
static SPDXParser.Tok |
SPDXParser.Tok.single(LicenseID str) |
SPDXParser.Parsed |
SPDXParser.Parsed.value(LOracleData lOracle,
LicenseID after,
boolean closed) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedSomeLicense.ifPresent(de.pfabulist.roast.functiontypes.Consumer_<LicenseID> con) |
void |
MappedLicense.ifPresent(de.pfabulist.roast.functiontypes.Consumer_<LicenseID> con) |
void |
MappedEmptyLicense.ifPresent(de.pfabulist.roast.functiontypes.Consumer_<LicenseID> con) |
static MappedLicense |
MappedLicense.of(Optional<LicenseID> licenseID,
String reason) |
<U> U |
MappedSomeLicense.orElse(Function<LicenseID,U> f,
U els) |
| Constructor and Description |
|---|
MappedSomeLicense(LicenseID licenseID,
String reason) |
Parsed(LicenseID license,
boolean closed) |
| Constructor and Description |
|---|
Parsed(Optional<LicenseID> license,
Optional<SPDXParser.TokTyp> op) |
Copyright © 2017. All rights reserved.