Uses of Interface
org.catacombae.jfuse.FUSEErrorValues

Packages that use FUSEErrorValues
org.catacombae.jfuse   
org.catacombae.jfuse.examples   
org.catacombae.jfuse.test   
org.catacombae.jfuse.types.system   
 

Uses of FUSEErrorValues in org.catacombae.jfuse
 

Subinterfaces of FUSEErrorValues in org.catacombae.jfuse
 interface FUSE26FileSystem
           
 interface FUSE26Operations
          All methods that return an int must return a negated int value from FUSEErrorValues when an error condition occurs.
 interface FUSEFileSystem
          Empty interface that just extends the latest version of the operations interface.
 

Classes in org.catacombae.jfuse that implement FUSEErrorValues
 class FUSE26FileSystemAdapter
           
 class FUSEFileSystemAdapter
           
 class MacFUSE20FileSystemAdapter
           
 class MacFUSEFileSystemAdapter
          Always extends the latest MacFUSE version of the file system adapter.
 

Uses of FUSEErrorValues in org.catacombae.jfuse.examples
 

Classes in org.catacombae.jfuse.examples that implement FUSEErrorValues
 class HelloFS
          Example "Hello world" filesystem.
 

Uses of FUSEErrorValues in org.catacombae.jfuse.test
 

Classes in org.catacombae.jfuse.test that implement FUSEErrorValues
 class TestFS
          In-memory file system for testing jFUSE.
 

Uses of FUSEErrorValues in org.catacombae.jfuse.types.system
 

Subinterfaces of FUSEErrorValues in org.catacombae.jfuse.types.system
 interface SystemConstants
          This interface gathers a lot of system constants that may be useful when developing jFUSE filesystems.