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