public final class Converters
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Converters.AssignmentConverterA converter for variable assignments from the parameter list of a blaze
 command invocation. | 
| static class  | Converters.BooleanConverterA converter for boolean values. | 
| static class  | Converters.ColonSeparatedOptionListConverter | 
| static class  | Converters.CommaSeparatedOptionListConverter | 
| static class  | Converters.HelpVerbosityConverter | 
| static class  | Converters.LengthLimitingConverterLimits the length of a string argument. | 
| static class  | Converters.LogLevelConverter | 
| static class  | Converters.OptionalAssignmentConverterA converter for variable assignments from the parameter list of a blaze
 command invocation. | 
| static class  | Converters.RangeConverterChecks whether an integer is in the given range. | 
| static class  | Converters.RegexPatternConverterChecks whether a string is a valid regex pattern and compiles it. | 
| static class  | Converters.SeparatedOptionListConverter | 
| static class  | Converters.StringSetConverterChecks whether a string is part of a set of strings. | 
| Constructor and Description | 
|---|
| Converters() |