Class DefaultDynamicLibraries
java.lang.Object
electrostatic4j.snaploader.platform.util.DefaultDynamicLibraries
Defines default helper objects for plug-and-play usage.
In order to add more predicated variants, extend this namespace class and add more static objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic NativeDynamicLibraryRepresents a System Directory Android Library.static NativeDynamicLibraryRepresents a linux x86 binary with 32-bit instruction set.static NativeDynamicLibraryRepresents a linux x86 binary with 64-bit instruction set.static NativeDynamicLibraryRepresents a mac x86 binary with 32-bit instruction set.static NativeDynamicLibraryRepresents a mac x86 binary with 64-bit instruction set.static NativeDynamicLibraryRepresents a windows x86 binary with 32-bit instruction set.static NativeDynamicLibraryRepresents a windows x86 binary with 64-bit instruction set. -
Method Summary
-
Field Details
-
ANDROID_ALL
Represents a System Directory Android Library. -
LINUX_X86_64
Represents a linux x86 binary with 64-bit instruction set. -
LINUX_X86
Represents a linux x86 binary with 32-bit instruction set. -
MAC_X86_64
Represents a mac x86 binary with 64-bit instruction set. -
MAC_X86
Represents a mac x86 binary with 32-bit instruction set. -
WIN_X86_64
Represents a windows x86 binary with 64-bit instruction set. -
WIN_X86
Represents a windows x86 binary with 32-bit instruction set.
-