com.jgoodies.validation
Interface Validator


public interface Validator

An interface that describes objects that can be validated.

TODO: Describe the motivation for the design of this interface.

TODO: Consider changing this interface so that the #validate method gets an optional object to validate.

Since:
1.1
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch
See Also:
ValidationResult

Method Summary
 ValidationResult validate()
          Validates this object and returns the validation result as an instance of ValidationResult.
 

Method Detail

validate

ValidationResult validate()
Validates this object and returns the validation result as an instance of ValidationResult.

Returns:
the validation result


Copyright © 2003-2007 JGoodies Karsten Lentzsch. All Rights Reserved.