Package de.jstacs.parameters.validation

Provides classes for the validation of Parameter values.

See:
          Description

Interface Summary
Constraint Interface for a constraint that must be fulfilled in a ConstraintValidator.
ParameterValidator Interface for a parameter validator, i.e.
 

Class Summary
ConstraintValidator Class for a ParameterValidator that is based on Constraints.
NumberValidator<E extends Comparable<? extends Number>> Class that validates all subclasses of Number that implement Comparable (e.g.
SimpleStaticConstraint Class for a Constraint that checks values against static values using the comparison operators defined in the interface Constraint.
StorableValidator Class for a validator that validates instances and XML representations for the correct class types (e.g.
 

Package de.jstacs.parameters.validation Description

Provides classes for the validation of Parameter values.