org.catacombae.jfuse
Class FUSE
java.lang.Object
org.catacombae.jfuse.FUSE
public class FUSE
- extends Object
Hooks to some of the FUSE library functions.
- Author:
- Erik Larsson
Constructor Summary |
FUSE()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FUSE
public FUSE()
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