Class DependenciesCheckUtils.RequiredDependency
-
- All Implemented Interfaces:
public class DependenciesCheckUtils.RequiredDependency
A class helping to have a common mechanism for assets checking
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DependenciesCheckUtils.RequiredDependency.Pdfium
-
Field Summary
Fields Modifier and Type Field Description private final Function0<GradleDependencyException>
exception
private final Function0<Boolean>
checkingPredicate
-
Method Summary
Modifier and Type Method Description final Function0<GradleDependencyException>
getException()
final Function0<Boolean>
getCheckingPredicate()
-
-
Method Detail
-
getException
final Function0<GradleDependencyException> getException()
-
getCheckingPredicate
final Function0<Boolean> getCheckingPredicate()
-
-
-
-