Package org.spdx.crossref
Class Match
java.lang.Object
org.spdx.crossref.Match
public class Match extends Object implements Callable<String>
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Stringcall()static StringcheckMatch(String url, org.spdx.library.model.license.SpdxListedLicense license)
-
Constructor Details
-
Match
- Parameters:
url- the url in string formlicense- the license
-
-
Method Details