|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LibraryOption | |
|---|---|
| com.kenai.jaffl | |
| com.kenai.jaffl.provider | |
| com.kenai.jaffl.provider.jffi | |
| Uses of LibraryOption in com.kenai.jaffl |
|---|
| Methods in com.kenai.jaffl that return LibraryOption | |
|---|---|
static LibraryOption |
LibraryOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LibraryOption[] |
LibraryOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in com.kenai.jaffl with type arguments of type LibraryOption | ||
|---|---|---|
abstract
|
FFIProvider.loadLibrary(java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions,
java.lang.String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
static
|
Library.loadLibrary(java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions,
java.lang.String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
abstract
|
FFIProvider.loadLibrary(java.lang.String libraryName,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
static
|
Library.loadLibrary(java.lang.String libraryName,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
| Uses of LibraryOption in com.kenai.jaffl.provider |
|---|
| Method parameters in com.kenai.jaffl.provider with type arguments of type LibraryOption | ||
|---|---|---|
abstract Invoker |
Library.getInvoker(java.lang.reflect.Method method,
java.util.Map<LibraryOption,?> options)
|
|
static
|
NativeInvocationHandler.wrapInterface(Library library,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> optionsMap)
Creates a new InvocationHandler mapping methods in the interfaceClass to functions in the native library. |
|
| Constructor parameters in com.kenai.jaffl.provider with type arguments of type LibraryOption | |
|---|---|
NativeInvocationHandler(Library library,
java.lang.Class<?> interfaceClass,
java.util.Map<LibraryOption,?> optionsMap)
Creates a new InvocationHandler instance. |
|
| Uses of LibraryOption in com.kenai.jaffl.provider.jffi |
|---|
| Method parameters in com.kenai.jaffl.provider.jffi with type arguments of type LibraryOption | ||
|---|---|---|
Invoker |
InvokerFactory.createInvoker(java.lang.reflect.Method method,
Library library,
java.util.Map<LibraryOption,?> options)
|
|
Invoker |
Library.getInvoker(java.lang.reflect.Method method,
java.util.Map<LibraryOption,?> options)
|
|
|
Provider.loadLibrary(java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions,
java.lang.String... libraryNames)
|
|
|
Provider.loadLibrary(java.lang.String libraryName,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> libraryOptions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||