GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader Class Reference
Inheritance diagram for com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader:
Collaboration diagram for com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader:

Static Public Member Functions

static void loadBindingtest1p1 ()
 
static void loadBindingtest1p2 ()
 
static void loadBindingtest2p1 ()
 
static void loadBindingtest2p2 ()
 
- Static Public Member Functions inherited from com.jogamp.common.jvm.JNILibLoaderBase
static boolean isLoaded (final String libName)
 
static void addLoaded (final String libName)
 
static void disableLoading ()
 
static void enableLoading ()
 
static synchronized void setLoadingAction (final LoaderAction action)
 
static final boolean addNativeJarLibsJoglCfg (final Class<?>[] classesFromJavaJars)
 Loads and adds a JAR file's native library to the TempJarCache, calling JNILibLoaderBase#addNativeJarLibs(Class[], String) with default JOGL deployment configuration: More...
 
static boolean addNativeJarLibs (final Class<?>[] classesFromJavaJars, final String singleJarMarker)
 Loads and adds a JAR file's native library to the TempJarCache. More...
 

Additional Inherited Members

- Static Public Attributes inherited from com.jogamp.common.jvm.JNILibLoaderBase
static final boolean DEBUG
 
- Static Protected Member Functions inherited from com.jogamp.common.jvm.JNILibLoaderBase
static synchronized boolean loadLibrary (final String libname, final boolean ignoreError, final ClassLoader cl)
 Loads the library specified by libname, using the LoaderAction set by setLoadingAction(LoaderAction). More...
 
static synchronized void loadLibrary (final String libname, final String[] preload, final boolean preloadIgnoreError, final ClassLoader cl)
 Loads the library specified by libname, using the LoaderAction set by setLoadingAction(LoaderAction). More...
 
- Static Protected Attributes inherited from com.jogamp.common.jvm.JNILibLoaderBase
static final boolean PERF
 

Detailed Description

Definition at line 36 of file BindingJNILibLoader.java.

Member Function Documentation

◆ loadBindingtest1p1()

static void com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader.loadBindingtest1p1 ( )
static

Definition at line 38 of file BindingJNILibLoader.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadBindingtest1p2()

static void com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader.loadBindingtest1p2 ( )
static

Definition at line 48 of file BindingJNILibLoader.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadBindingtest2p1()

static void com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader.loadBindingtest2p1 ( )
static

Definition at line 58 of file BindingJNILibLoader.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadBindingtest2p2()

static void com.jogamp.gluegen.test.junit.generation.BindingJNILibLoader.loadBindingtest2p2 ( )
static

Definition at line 68 of file BindingJNILibLoader.java.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: