Package de.jplag.options
Class OptionType<T>
java.lang.Object
de.jplag.options.OptionType<T>
- Type Parameters:
T- The java type of the option.
The available types for language specific options.
-
Method Summary
-
Method Details
-
string
public static de.jplag.options.OptionType.StringType string() -
integer
public static de.jplag.options.OptionType.IntegerType integer() -
bool
public static de.jplag.options.OptionType.BooleanType bool() -
getJavaType
-