Class JNIBridge
- java.lang.Object
-
- com.diffplug.gradle.eclipserunner.launcher.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOSRecommendedFolder()longgetSplashHandle()This method is not intended to be referenced by clients.booleansetExitData(String sharedId, String data)This method is not intended to be referenced by clients.booleansetLauncherInfo(String launcher, String name)This method is not intended to be referenced by clientsbooleanshowSplash(String bitmap)This method is not intended to be referenced by clients.booleantakeDownSplash()This method is not intended to be referenced by clients.booleanuninitialize()This method is not intended to be referenced by clients.booleanupdateSplash()This method is not intended to be referenced by clients.
-
-
-
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()
-
-