Uses of Class
org.deepfs.DeepShell.Command

Packages that use DeepShell.Command
org.deepfs This is the main package of the DeepFS implementation. 
 

Uses of DeepShell.Command in org.deepfs
 

Methods in org.deepfs with annotations of type DeepShell.Command
 void DeepShell.help(String[] args)
          Prints short help message for available commands.
 void DeepShell.info(String[] args)
          Prints stat information of file to stdout.
 void DeepShell.list(String[] args)
          Prints stat information of file to stdout.
 void DeepShell.mkdir(String[] args)
          Makes new directory.
 void DeepShell.quit(String[] args)
          Leaves the shell.
 void DeepShell.rmdir(String[] args)
          Removes existing directory.
 void DeepShell.serialize(String[] args)
          Serializes the FS instance.
 void DeepShell.stat(String[] args)
          Prints stat information of file to stdout.
 void DeepShell.touch(String[] args)
          Creates a file if it doesn't exist yet.
 void DeepShell.tree(String[] args)
          Creates a file if it doesn't exist yet.