org.basex.fuse
Annotation Type DeepShell.Command


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

Shell command description.


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

Element Detail

shortcut

public abstract char shortcut
Shortcut key for command.


help

public abstract java.lang.String help
Short help message.

args

public abstract java.lang.String args
Description of expected arguments.

Default:
""