Uses of Class
jnr.ffi.LibraryOption

Packages that use LibraryOption
jnr.ffi   
jnr.ffi.provider.jffi   
 

Uses of LibraryOption in jnr.ffi
 

Methods in jnr.ffi 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 jnr.ffi with type arguments of type LibraryOption
static
<T> T
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
<T> T
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
<T> T
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.
abstract
<T> T
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.
 

Uses of LibraryOption in jnr.ffi.provider.jffi
 

Method parameters in jnr.ffi.provider.jffi with type arguments of type LibraryOption
<T> T
Provider.loadLibrary(java.lang.Class<T> interfaceClass, java.util.Map<LibraryOption,?> libraryOptions, java.lang.String... libraryNames)
           
<T> T
Provider.loadLibrary(java.lang.String libraryName, java.lang.Class<T> interfaceClass, java.util.Map<LibraryOption,?> libraryOptions)
           
 



Copyright © 2012. All Rights Reserved.