|
||||||||||
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(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(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
static
|
Library.loadLibrary(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
abstract
|
FFIProvider.loadLibrary(String libraryName,
Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions)
Loads a native library and links the methods defined in interfaceClass
to native methods in the library. |
|
static
|
Library.loadLibrary(String libraryName,
Class<T> interfaceClass,
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(Method method,
Map<LibraryOption,?> options)
|
|
static
|
NativeInvocationHandler.wrapInterface(Library library,
Class<T> interfaceClass,
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,
Class<?> interfaceClass,
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(Method method,
Library library,
Map<LibraryOption,?> options)
|
|
Invoker |
Library.getInvoker(Method method,
Map<LibraryOption,?> options)
|
|
|
Provider.loadLibrary(Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions,
String... libraryNames)
|
|
|
Provider.loadLibrary(String libraryName,
Class<T> interfaceClass,
Map<LibraryOption,?> libraryOptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |