Java org.apache.commons.validator ValidatorResults fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator ValidatorResults fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator ValidatorResults.

The text is from its open source code.

Constructor

Method

SetgetPropertyNames()
Return the set of property names for which at least one message has been recorded.
ValidatorResultgetValidatorResult(String key)
Gets the ValidatorResult associated with the key passed in.
booleanisEmpty()
Return true if there are no messages recorded in this collection, or false otherwise.