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 and Description |
|---|
JNIBridge(String library)
This constructor is not intended to be referenced by clients.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOSRecommendedFolder() |
long |
getSplashHandle()
This method is not intended to be referenced by clients.
|
boolean |
setExitData(String sharedId,
String data)
This method is not intended to be referenced by clients.
|
boolean |
setLauncherInfo(String launcher,
String name)
This method is not intended to be referenced by clients
|
boolean |
showSplash(String bitmap)
This method is not intended to be referenced by clients.
|
boolean |
takeDownSplash()
This method is not intended to be referenced by clients.
|
boolean |
uninitialize()
This method is not intended to be referenced by clients.
|
boolean |
updateSplash()
This method is not intended to be referenced by clients.
|
public JNIBridge(String library)
This constructor is not intended to be referenced by clients.
library - the given librarypublic boolean setExitData(String sharedId, String data)
This method is not intended to be referenced by clients.
public boolean setLauncherInfo(String launcher, String name)
This method is not intended to be referenced by clients
public boolean showSplash(String bitmap)
This method is not intended to be referenced by clients.
public boolean updateSplash()
This method is not intended to be referenced by clients.
public long getSplashHandle()
This method is not intended to be referenced by clients.
public boolean takeDownSplash()
This method is not intended to be referenced by clients.
public boolean uninitialize()
This method is not intended to be referenced by clients.
public String getOSRecommendedFolder()