org.googlecode.java_cl_parser
Annotation Type CLIOptionSet


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CLIOptionSet


Required Element Summary
 java.lang.String description
          The message to display when this set is matched.
 java.lang.String id
          The identifier for this rule set.
 java.lang.String[] optionShortNames
          A list of the short parameter names which this set constsits of.
 
Optional Element Summary
 CLIOptionSet.set_type setType
          The type of this option set.
 

Element Detail

id

public abstract java.lang.String id
The identifier for this rule set. Used in exception messages.


optionShortNames

public abstract java.lang.String[] optionShortNames
A list of the short parameter names which this set constsits of.

Returns:

description

public abstract java.lang.String description
The message to display when this set is matched.

Returns:

setType

public abstract CLIOptionSet.set_type setType
The type of this option set.

Returns:
Default:
org.googlecode.java_cl_parser.CLIOptionSet.set_type.exact_match


Copyright © 2013. All Rights Reserved.