Package com.ibm.commons.iloader.node.validators

Input Validation Classes.

See:
          Description

Interface Summary
IValidator IValidator interface that is used in conjunction with user input.
 

Class Summary
BooleanValidator Validator for boolean fields.
CharValidator Validator for fields representing a 'char'.
DateTimeValidator Verifies that the value entered matches the Date pattern "yyyy/mm/dd hh:mm:ss".
DoubleValidator A validator that ensures the value entered is a double.
FileNameValidator A validator that ensures a valid file name is being used.
IntegerValidator A validator that ensures the value entered is an integer.
LengthValidator A validator that ensures that the trimmed value conforms to the given length.
MultiValidator Most controls only allow that one pattern be set on the control at one time.
RequiredValidator A validator that ensures the input is not empty.
StrictNumberValidator A validator that only allows numericals and periods.
StringValidator A validator that ensures the given input is a string, and if a regular expression is provided that the given string matches the regular expression.
UriValidator A validator for URIs.
UrlValidator A validator for URLs.
XmlNameValidator Validator for XML name fields.
 

Package com.ibm.commons.iloader.node.validators Description

Input Validation Classes.

This package contains a slew of utility classes that can be used to validate user input.