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