public class ValidatorFactoryImpl extends java.lang.Object implements ValidatorFactory
Constructor and Description |
---|
ValidatorFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
constructValidatorList(IComponent component,
java.lang.String specification)
Constructs a new (immutable) List of
Validator , or returns a previously constructed
List. |
void |
setValidators(java.util.Map validators) |
public ValidatorFactoryImpl()
public java.util.List constructValidatorList(IComponent component, java.lang.String specification)
ValidatorFactory
Validator
, or returns a previously constructed
List.constructValidatorList
in interface ValidatorFactory
component
- the component for which the list is being createdspecification
- a string identifying which validators and their configurationValidator
(possibly empty)public void setValidators(java.util.Map validators)