Class DefaultDynamicLibraries

java.lang.Object
electrostatic4j.snaploader.platform.util.DefaultDynamicLibraries

public class DefaultDynamicLibraries extends Object
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 Details

    • ANDROID_ALL

      public static NativeDynamicLibrary ANDROID_ALL
      Represents a System Directory Android Library.
    • LINUX_X86_64

      public static NativeDynamicLibrary LINUX_X86_64
      Represents a linux x86 binary with 64-bit instruction set.
    • LINUX_X86

      public static NativeDynamicLibrary LINUX_X86
      Represents a linux x86 binary with 32-bit instruction set.
    • MAC_X86_64

      public static NativeDynamicLibrary MAC_X86_64
      Represents a mac x86 binary with 64-bit instruction set.
    • MAC_X86

      public static NativeDynamicLibrary MAC_X86
      Represents a mac x86 binary with 32-bit instruction set.
    • WIN_X86_64

      public static NativeDynamicLibrary WIN_X86_64
      Represents a windows x86 binary with 64-bit instruction set.
    • WIN_X86

      public static NativeDynamicLibrary WIN_X86
      Represents a windows x86 binary with 32-bit instruction set.