Class DependenciesCheckUtils.RequiredDependency
-
- All Implemented Interfaces:
public class DependenciesCheckUtils.RequiredDependencyA class helping to have a common mechanism for assets checking
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDependenciesCheckUtils.RequiredDependency.Pdfium
-
Field Summary
Fields Modifier and Type Field Description private final Function0<GradleDependencyException>exceptionprivate 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()
-
-
-
-