public class NativeLibraryAbiPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
This predicate will also accept the SdkConstants.FN_GDB_SETUP file and the
SdkConstants.FN_GDBSERVER files in addition to native libraries.
| Constructor and Description |
|---|
NativeLibraryAbiPredicate(java.util.Set<java.lang.String> acceptedAbis,
boolean jniDebugMode)
Creates a new predicate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.lang.String input) |
public NativeLibraryAbiPredicate(@NonNull
java.util.Set<java.lang.String> acceptedAbis,
boolean jniDebugMode)
acceptedAbis - the set of accepted ABIs; if empty then all ABIs are acceptedjniDebugMode - is JNI debug mode enabled?