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