Class JNALibraryLoader
java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.JNALibraryLoader
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private static ISVNCLibrary
private static int
private static ISVNGLibrary
private static ISVNGnomeKeyringLibrary
private static ISVNKernel32Library
private static ISVNMacOsCFLibrary
private static ISVNMacOsSecurityLibrary
private static ISVNSecurityLibrary
private static int
private static ISVNWin32Library
private static ISVNWinCryptLibrary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ISVNCLibrary
static int
getGID()
static ISVNGLibrary
private static String
static ISVNGnomeKeyringLibrary
private static String
static ISVNKernel32Library
static ISVNMacOsCFLibrary
static ISVNMacOsSecurityLibrary
static ISVNSecurityLibrary
private static String
static int
getUID()
static ISVNWin32Library
static ISVNWinCryptLibrary
-
Field Details
-
GLIB_LIBRARY
- See Also:
-
GNOME_KEYRING_LIBRARY
- See Also:
-
ourWinCryptLibrary
-
ourKenrelLibrary
-
ourSecurityLibrary
-
ourCLibrary
-
ourWin32Library
-
ourMacOsSecurityLibrary
-
ourMacOsCFLibrary
-
ourGnomeKeyringLibrary
-
ourGLibrary
-
ourUID
private static volatile int ourUID -
ourGID
private static volatile int ourGID
-
-
Constructor Details
-
JNALibraryLoader
JNALibraryLoader()
-
-
Method Details
-
getGLibraryName
-
getGnomeKeyringLibraryName
-
getUID
public static int getUID() -
getGID
public static int getGID() -
getWinCryptLibrary
-
getWin32Library
-
getKernelLibrary
-
getSecurityLibrary
-
getCLibrary
-
getMacOsSecurityLibrary
-
getMacOsCFLibrary
-
getGnomeKeyringLibrary
-
getGLibrary
-
getSecurityLibraryName
-