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