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

Packages that use DeepShell.Command
org.basex.fuse Implements BaseX 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)
          Print short help message for available commands.
 void DeepShell.mkdir(java.lang.String[] args)
          Make new directory.
 void DeepShell.quit(java.lang.String[] args)
          Leave shell.
 void DeepShell.rmdir(java.lang.String[] args)
          Remove existing directory.
 void DeepShell.serialize(java.lang.String[] args)
          Serialize FS instance.
 void DeepShell.touch(java.lang.String[] args)
          Create a file if it doesn't exist yet.