Package com.izforge.izpack.panels.userinput.validator

Interface Summary
Validator Interface for classes that provide rule validation services.
 

Class Summary
HostAddressValidator A validator to check wheter a host:port is available (free).
IsPortValidator A validator to check whether the field content is a port .
NotEmptyValidator A validator to enforce non-empty fields.
PasswordEqualityValidator This class represents a simple validator for passwords to test equality.
PasswordKeystoreValidator This class based on a simple validator for passwords to demonstrate the implementation of a password validator that cooperates with the password field in the UserInputPanel.
PortValidator A validator to check whether a port is available (free) on the localhost.
RegularExpressionValidator A validator to enforce non-empty fields.
UniqueValidator Ensure that all values are unique.
 



Copyright © 2018. All rights reserved.