Class JNALibraryLoader
java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.JNALibraryLoader
class JNALibraryLoader
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final java.lang.String
private static final java.lang.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 java.lang.String
static ISVNGnomeKeyringLibrary
private static java.lang.String
static ISVNKernel32Library
static ISVNMacOsCFLibrary
static ISVNMacOsSecurityLibrary
static ISVNSecurityLibrary
private static java.lang.String
static int
getUID()
static ISVNWin32Library
static ISVNWinCryptLibrary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GLIB_LIBRARY
private static final java.lang.String GLIB_LIBRARY- See Also:
-
GNOME_KEYRING_LIBRARY
private static final java.lang.String 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
private static java.lang.String getGLibraryName() -
getGnomeKeyringLibraryName
private static java.lang.String getGnomeKeyringLibraryName() -
getUID
public static int getUID() -
getGID
public static int getGID() -
getWinCryptLibrary
-
getWin32Library
-
getKernelLibrary
-
getSecurityLibrary
-
getCLibrary
-
getMacOsSecurityLibrary
-
getMacOsCFLibrary
-
getGnomeKeyringLibrary
-
getGLibrary
-
getSecurityLibraryName
private static java.lang.String getSecurityLibraryName()
-