Class JNIBridge


  • public class JNIBridge
    extends Object
    Copied on 2021-02-11 straight from https://github.com/eclipse/rt.equinox.framework/blob/7433233fbcf44fe8b82e63a10f8733767e5b3042/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/JNIBridge.java
    • Constructor Detail

      • JNIBridge

        public JNIBridge​(String library)
        This constructor is not intended to be referenced by clients.
        Parameters:
        library - the given library
    • Method Detail

      • setExitData

        public boolean setExitData​(String sharedId,
                                   String data)
        This method is not intended to be referenced by clients.
      • setLauncherInfo

        public boolean setLauncherInfo​(String launcher,
                                       String name)
        This method is not intended to be referenced by clients
      • showSplash

        public boolean showSplash​(String bitmap)
        This method is not intended to be referenced by clients.
      • updateSplash

        public boolean updateSplash()
        This method is not intended to be referenced by clients.
      • getSplashHandle

        public long getSplashHandle()
        This method is not intended to be referenced by clients.
      • takeDownSplash

        public boolean takeDownSplash()
        This method is not intended to be referenced by clients.
      • uninitialize

        public boolean uninitialize()
        This method is not intended to be referenced by clients.
      • getOSRecommendedFolder

        public String getOSRecommendedFolder()