com.izforge.izpack.panels
Interface Validator

All Known Implementing Classes:
HostAddressValidator, IPValidator, IsPortValidator, NotEmptyValidator, PasswordEncryptionValidator, PasswordEqualityValidator, PasswordKeystoreValidator, PortValidator, PWDValidator, RegularExpressionValidator

public interface Validator

Interface for classes that provide rule validation services.

Version:
0.0.1 / 10/26/02
Author:
Elmar Grom

Method Summary
 boolean validate(ProcessingClient client)
          Validates the contend of an input field.
 

Method Detail

validate

boolean validate(ProcessingClient client)
Validates the contend of an input field.

Parameters:
client - the client object using the services of this validator.
Returns:
true if the validation passes, otherwise false.