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