Class DebugProxyISVNCLibrary

java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.DebugProxyISVNCLibrary
All Implemented Interfaces:
com.sun.jna.Library, ISVNCLibrary

public class DebugProxyISVNCLibrary extends java.lang.Object implements ISVNCLibrary
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Library

    com.sun.jna.Library.Handler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private ISVNDebugLog
     
    private final ISVNCLibrary
     

    Fields inherited from interface com.sun.jna.Library

    OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    __lxstat64(int ver, java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    __xstat64(int ver, java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    _lstat(java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    _stat(java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    chmod(java.lang.String filename, int mode)
     
    int
     
    int
     
    static java.lang.String
    isNull(java.lang.Object o)
     
    int
    lstat(java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    readlink(java.lang.String filename, com.sun.jna.Pointer linkname, int linkNameSize)
     
    int
    stat(java.lang.String path, com.sun.jna.Pointer stat)
     
    int
    symlink(java.lang.String targetPath, java.lang.String linkPath)
     
    static java.lang.String
    toStringNullable(java.lang.Object o)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • chmod

      public int chmod(java.lang.String filename, int mode)
      Specified by:
      chmod in interface ISVNCLibrary
    • toStringNullable

      public static java.lang.String toStringNullable(java.lang.Object o)
    • isNull

      public static java.lang.String isNull(java.lang.Object o)
    • readlink

      public int readlink(java.lang.String filename, com.sun.jna.Pointer linkname, int linkNameSize)
      Specified by:
      readlink in interface ISVNCLibrary
    • __lxstat64

      public int __lxstat64(int ver, java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      __lxstat64 in interface ISVNCLibrary
    • lstat

      public int lstat(java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      lstat in interface ISVNCLibrary
    • _lstat

      public int _lstat(java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      _lstat in interface ISVNCLibrary
    • __xstat64

      public int __xstat64(int ver, java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      __xstat64 in interface ISVNCLibrary
    • _stat

      public int _stat(java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      _stat in interface ISVNCLibrary
    • stat

      public int stat(java.lang.String path, com.sun.jna.Pointer stat)
      Specified by:
      stat in interface ISVNCLibrary
    • symlink

      public int symlink(java.lang.String targetPath, java.lang.String linkPath)
      Specified by:
      symlink in interface ISVNCLibrary
    • getuid

      public int getuid()
      Specified by:
      getuid in interface ISVNCLibrary
    • getgid

      public int getgid()
      Specified by:
      getgid in interface ISVNCLibrary