Uses of Interface
org.tmatesoft.svn.core.internal.util.jna.ISVNGnomeKeyringLibrary
-
Packages that use ISVNGnomeKeyringLibrary Package Description org.tmatesoft.svn.core.internal.util.jna -
-
Uses of ISVNGnomeKeyringLibrary in org.tmatesoft.svn.core.internal.util.jna
Classes in org.tmatesoft.svn.core.internal.util.jna that implement ISVNGnomeKeyringLibrary Modifier and Type Class Description class
DebugProxyISVNGnomeKeyringLibrary
Fields in org.tmatesoft.svn.core.internal.util.jna declared as ISVNGnomeKeyringLibrary Modifier and Type Field Description private ISVNGnomeKeyringLibrary
DebugProxyISVNGnomeKeyringLibrary. myLibrary
private static ISVNGnomeKeyringLibrary
JNALibraryLoader. ourGnomeKeyringLibrary
Methods in org.tmatesoft.svn.core.internal.util.jna that return ISVNGnomeKeyringLibrary Modifier and Type Method Description static ISVNGnomeKeyringLibrary
JNALibraryLoader. getGnomeKeyringLibrary()
Constructors in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNGnomeKeyringLibrary Constructor Description DebugProxyISVNGnomeKeyringLibrary(ISVNGnomeKeyringLibrary myLibrary, ISVNDebugLog myDebugLog)
-