Package org.catacombae.jfuse

Interface Summary
FUSE26FileSystem  
FUSE26Operations All methods that return an int must return a negated int value from FUSEErrorValues when an error condition occurs.
FUSEErrorValues This interface contains constants taken from errno.h that can be used as return values for jFUSE methods.
FUSEFileSystem Empty interface that just extends the latest version of the operations interface.
MacFUSE20FileSystem  
MacFUSE20Operations MacFUSE 2.0 extensions to FUSE operations.
MacFUSEOperations This interface always extends the latest version of the MacFUSE operations.
 

Class Summary
FUSE Hooks to some of the FUSE library functions.
FUSE26Capabilities  
FUSE26FileSystemAdapter  
FUSEFileSystemAdapter  
FUSEOptions  
FUSEOptions.Option  
JNILoader Helper class for loading the jFUSE native library.
MacFUSE20Capabilities  
MacFUSE20FileSystemAdapter  
MacFUSEFileSystemAdapter Always extends the latest MacFUSE version of the file system adapter.