org.catacombae.jfuse
Class FUSE

java.lang.Object
  extended by org.catacombae.jfuse.FUSE

public class FUSE
extends Object

Hooks to some of the FUSE library functions.

Author:
Erik Larsson

Constructor Summary
FUSE()
           
 
Method Summary
static FUSEContext getContext()
          Get the current context The context is only valid for the duration of a filesystem operation, and thus must not be stored and used later.
static void main(String[] args, FUSE26FileSystem fileSystem)
           
static void mount(FUSE26FileSystem fileSystem, String mountPoint, FUSEOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FUSE

public FUSE()
Method Detail

main

public static void main(String[] args,
                        FUSE26FileSystem fileSystem)

mount

public static void mount(FUSE26FileSystem fileSystem,
                         String mountPoint,
                         FUSEOptions options)

getContext

public static FUSEContext getContext()
Get the current context The context is only valid for the duration of a filesystem operation, and thus must not be stored and used later.

Returns:
the context