All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addCouldbeName(LicenseID license,
String couldbe) |
void |
addCouldBeUrl(LicenseID license,
String url) |
void |
addException(String name,
boolean spdx) |
void |
addLicenseForArtifact(Coordinates coo,
LicenseID licenseID) |
void |
addLongName(LicenseID license,
String longName) |
void |
addTooSimple(String... strs) |
void |
addUrl(LicenseID license,
String url) |
void |
addUrlCheckedAt(LicenseID license,
String url,
String date) |
void |
allowUrlsCheckedDaysBefore(int days) |
MappedLicense |
byUrlSearch(And and,
String str) |
MappedLicense |
findLongNames(And and,
String str) |
Pattern |
fullNames(String lng) |
MappedLicense |
geByLongNameStart(String line) |
CompositeLicense |
getAnd(LicenseID left,
LicenseID right) |
LicenseAttributes |
getAttributes(LicenseID l) |
MappedLicense |
getByCoordinates(Coordinates coo) |
MappedLicense |
getByName(String name) |
Optional<LicenseID> |
getByName1(String name) |
MappedLicense |
getByUrl(String url) |
LicenseExclude |
getExceptionOrThrow(String ex) |
LOracle.More |
getMore(LicenseID licenseID) |
CompositeLicense |
getOr(LicenseID left,
LicenseID right) |
LicenseID |
getOrLater(SingleLicense license,
boolean orLater,
Optional<LicenseExclude> exception) |
LicenseID |
getOrThrowByName(String name) |
Optional<SingleLicense> |
getSingle(String name) |
int |
getSingleLicenseCount() |
Set<LicenseID> |
guessByName(String name) |
Set<LicenseID> |
guessByUrl(String url) |
SingleLicense |
newSingle(String name,
boolean spdx) |
void |
setOsiApproval(LicenseID licenseID,
boolean osiApproved) |
LOracle |
spread() |
static String |
trim(String in) |