org.catacombae.jfuse
Class FUSEFileSystemAdapter

java.lang.Object
  extended by org.catacombae.jfuse.FUSE26FileSystemAdapter
      extended by org.catacombae.jfuse.FUSEFileSystemAdapter
All Implemented Interfaces:
FUSE26FileSystem, FUSE26Operations, FUSEErrorValues, FUSEFileSystem, FileModeFlags, FileStatusFlags, SystemConstants
Direct Known Subclasses:
HelloFS, MacFUSE20FileSystemAdapter

public abstract class FUSEFileSystemAdapter
extends FUSE26FileSystemAdapter

Author:
erik

Field Summary
 
Fields inherited from interface org.catacombae.jfuse.types.system.FileStatusFlags
O_ACCMODE, O_APPEND, O_ASYNC, O_CREAT, O_DIRECTORY, O_EVTONLY, O_EXCL, O_EXLOCK, O_NOCTTY, O_NOFOLLOW, O_NONBLOCK, O_RDONLY, O_RDWR, O_SHLOCK, O_SYMLINK, O_SYNC, O_TRUNC, O_WRONLY
 
Fields inherited from interface org.catacombae.jfuse.types.system.FileModeFlags
S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP, S_IROTH, S_IRUSR, S_IRWXG, S_IRWXO, S_IRWXU, S_ISGID, S_ISUID, S_ISVTX, S_IWGRP, S_IWOTH, S_IWUSR, S_IXGRP, S_IXOTH, S_IXUSR
 
Fields inherited from interface org.catacombae.jfuse.FUSEErrorValues
E2BIG, EACCES, EADDRINUSE, EADDRNOTAVAIL, EAFNOSUPPORT, EAGAIN, EALREADY, EBADF, EBADMSG, EBUSY, ECANCELED, ECHILD, ECONNABORTED, ECONNREFUSED, ECONNRESET, EDEADLK, EDESTADDRREQ, EDOM, EDQUOT, EEXIST, EFAULT, EFBIG, EHOSTDOWN, EHOSTUNREACH, EIDRM, EILSEQ, EINPROGRESS, EINTR, EINVAL, EIO, EISCONN, EISDIR, ELOOP, EMFILE, EMLINK, EMSGSIZE, EMULTIHOP, ENAMETOOLONG, ENETDOWN, ENETRESET, ENETUNREACH, ENFILE, ENOBUFS, ENODEV, ENOENT, ENOEXEC, ENOLCK, ENOLINK, ENOMEM, ENOMSG, ENOPROTOOPT, ENOSPC, ENOSYS, ENOTBLK, ENOTCONN, ENOTDIR, ENOTEMPTY, ENOTSOCK, ENOTSUP, ENOTTY, ENXIO, EOPNOTSUPP, EOVERFLOW, EPERM, EPFNOSUPPORT, EPIPE, EPROTO, EPROTONOSUPPORT, EPROTOTYPE, ERANGE, EREMOTE, EROFS, ESHUTDOWN, ESOCKTNOSUPPORT, ESPIPE, ESRCH, ESTALE, ETIMEDOUT, ETOOMANYREFS, ETXTBSY, EUSERS, EWOULDBLOCK, EXDEV
 
Constructor Summary
FUSEFileSystemAdapter()
           
 
Method Summary
 
Methods inherited from class org.catacombae.jfuse.FUSE26FileSystemAdapter
access, bmap, chmod, chown, create, destroy, fgetattr, flush, fsync, fsyncdir, ftruncate, getattr, getdir, getFUSECapabilities, getxattr_BSD, getxattr, init, link, listxattr, lock, mkdir, mknod, open, opendir, read, readdir, readlink, release, releasedir, removexattr, rename, rmdir, setxattr_BSD, setxattr, statfs, symlink, truncate, unlink, utime, utimens, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FUSEFileSystemAdapter

public FUSEFileSystemAdapter()