| Package | Description |
|---|---|
| com.beust.jcommander | |
| com.beust.jcommander.validators | |
| org.verapdf.cli.commands |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IParameterValidator2 |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IParameterValidator> |
WrappedParameter.validateWith() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParameterDescription.validateParameter(ParameterDescription pd,
Class<? extends IParameterValidator> validator,
String name,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoValidator
This is the default value of the validateWith attribute.
|
class |
PositiveInteger
A validator that makes sure the value of the parameter is a positive integer.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VeraCliArgParser.FileValidator
JCommander parameter validator for
File, see
IParameterValidator. |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.