Class LicenseException
- java.lang.Object
-
- me.snowdrop.licenses.sanitiser.exceptions.LicenseException
-
public class LicenseException extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LicenseException(javax.json.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<LicenseElement>getLicenses()booleanmatches(DependencyElement dependency)
-
-
-
Method Detail
-
matches
public boolean matches(DependencyElement dependency)
-
getLicenses
public java.util.Set<LicenseElement> getLicenses()
-
-