public class ValidateOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
json |
| Constructor and Description |
|---|
ValidateOptions(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
json(boolean json)
Produces output in a machine-readable JSON format if
true is specified, suitable for use in text editor integrations and other automated systems. |