org.deepfs
Annotation Type DeepShell.Command


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface DeepShell.Command

Shell command description.


Required Element Summary
 String help
          Short help message.
 char shortcut
          Shortcut key for command.
 
Optional Element Summary
 String args
          Description of expected arguments.
 

Element Detail

shortcut

public abstract char shortcut
Shortcut key for command.


help

public abstract String help
Short help message.

args

public abstract String args
Description of expected arguments.

Default:
""