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