|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueValidator | |
|---|---|
| net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
| net.sf.mmm.util.value.api | Provides the API for generic handling of values. |
| net.sf.mmm.util.value.base | Contains the base-implementations of the
value API. |
| Uses of ValueValidator in net.sf.mmm.util.cli.base |
|---|
| Fields in net.sf.mmm.util.cli.base declared as ValueValidator | |
|---|---|
private ValueValidator<Object> |
CliParameterContainer.validator
|
| Methods in net.sf.mmm.util.cli.base that return ValueValidator | |
|---|---|
ValueValidator<Object> |
CliParameterContainer.getValidator()
This method gets the ValueValidator. |
| Constructors in net.sf.mmm.util.cli.base with parameters of type ValueValidator | |
|---|---|
CliArgumentContainer(CliArgument argument,
PojoPropertyAccessorOneArg setter,
PojoPropertyAccessorNonArg getter,
ValueValidator validator)
The constructor. |
|
CliOptionContainer(CliOption option,
PojoPropertyAccessorOneArg setter,
PojoPropertyAccessorNonArg getter,
ValueValidator validator)
The constructor. |
|
CliParameterContainer(PojoPropertyAccessorOneArg setter,
PojoPropertyAccessorNonArg getter,
ValueValidator validator)
The constructor. |
|
| Uses of ValueValidator in net.sf.mmm.util.value.api |
|---|
| Subinterfaces of ValueValidator in net.sf.mmm.util.value.api | |
|---|---|
interface |
PojoValidator
A PojoValidator is a ValueValidator for
Pojos. |
| Uses of ValueValidator in net.sf.mmm.util.value.base |
|---|
| Classes in net.sf.mmm.util.value.base that implement ValueValidator | |
|---|---|
class |
AbstractValueValidator<V>
This is the abstract-base implementation of the ValueValidator
interface. |
class |
PojoValidatorDummy
This is a dummy implementation of PojoValidator that accepts all
objects as valid. |
class |
ValueValidatorNotNull
This is an implementation of ValueValidator
that validates that a given
value is NOT null. |
class |
ValueValidatorNumberRange
This is an implementation of ValueValidator
that validates if a Number is in a
specific range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||