Package | Description |
---|---|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Field and Description |
---|---|
private ValidatorBuilder |
CliState.validatorBuilder |
Modifier and Type | Method and Description |
---|---|
private ValidatorBuilder |
CliState.createValidatorBuilder() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidatorBuilder
This is the abstract base implementation of
ValidatorBuilder . |
class |
ValidatorBuilderJsr303
This is a builder to create multiple instances of
ValidatorJsr303 . |
class |
ValidatorBuilderNone
This is a fallback implementation of
ValidatorBuilder that may be used if JSR 303 is not available (missing
on classpath, configured wrongly, or the like). |
Copyright © 2001–2016 mmm-Team. All rights reserved.