com.devexperts.qd.tools
Annotation Type ToolSummary


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ToolSummary

Describes QDS tool usage and arguments.


Required Element Summary
 java.lang.String[] argString
          Argument string pattern(s).
 java.lang.String[] arguments
          Tool arguments with their descriptions.
 java.lang.String info
          Short description of a tool.
 

Element Detail

info

public abstract java.lang.String info
Short description of a tool.


argString

public abstract java.lang.String[] argString
Argument string pattern(s).


arguments

public abstract java.lang.String[] arguments
Tool arguments with their descriptions. Use "--" to separate argument names from their descriptions.