Package | Description |
---|---|
net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationState
This is the interface for the state of a validation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationStateCollector
This is the abstract base implementation of
ValidationState that wraps an existing ValidationState
and allows to collect the potential failures for a part of the validation
process. |
class |
ValidationStateFailureCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential failures for a part of the validation process. |
class |
ValidationStateImpl
This class represents the state of a validation.
|
class |
ValidationStateMessageCollector
This is an implementation of
ValidationState that wraps an existing ValidationState and allows to
collect the potential messages for a
part of the validation process. |
Copyright © 2001–2016 mmm-Team. All rights reserved.