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