| Package | Description |
|---|---|
| de.pfabulist.lisanity.model |
Copyright (c) 2006 - 2016, Stephan Pfab
SPDX-License-Identifier: BSD-2-Clause
|
| Modifier and Type | Method and Description |
|---|---|
LiLicense |
Licenses.getOrThrowByName(String name) |
LiLicense |
LiLicense.orLater() |
LiLicense |
LiLicense.withException(Optional<String> exception) |
| Modifier and Type | Method and Description |
|---|---|
Optional<LiLicense> |
Licenses.getByName(String nameExpr) |
Optional<LiLicense> |
Licenses.getByUrl(String url) |
Optional<LiLicense> |
KnownLicenses.getLicense(org.apache.maven.artifact.Artifact arti) |
Optional<LiLicense> |
UrlToName.getLicense(String url,
Failures failures) |
Optional<LiLicense> |
GuessLicense.guess(org.apache.maven.artifact.Artifact arti) |
Optional<LiLicense> |
GuessLicense.guess(Coordinates coo,
Optional<org.apache.maven.model.License> mavenLicense) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Check.isCompatible(LiLicense project,
LiLicense dep) |
Copyright © 2016. All rights reserved.