Uses of Class
org.basex.fuse.DeepShell.Command

Packages that use DeepShell.Command
org.basex.fuse Implements the database as filesystem in userspace. 
 

Uses of DeepShell.Command in org.basex.fuse
 

Methods in org.basex.fuse with annotations of type DeepShell.Command
 void DeepShell.help(java.lang.String[] args)
          Prints short help message for available commands.
 void DeepShell.mkdir(java.lang.String[] args)
          Makes new directory.
 void DeepShell.quit(java.lang.String[] args)
          Leave shell.
 void DeepShell.rmdir(java.lang.String[] args)
          Removes existing directory.
 void DeepShell.serialize(java.lang.String[] args)
          Serialize FS instance.
 void DeepShell.touch(java.lang.String[] args)
          Creates a file if it doesn't exist yet.