public final class IPValidator extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
validate(InformationProcessor ip,
IPValidationListener l)
This method validates the supplied information processor and
returns results via a supplied listener.
|
protected static boolean |
validateContextEvaluators(InformationProcessor ip,
TypeProcessor tp,
IPValidationListener l)
This method validates the context evaluators.
|
protected static boolean |
validateInformationProcessor(InformationProcessor ip,
IPValidationListener l)
This method validates the information processor.
|
protected static boolean |
validatePropertyEvaluators(InformationProcessor ip,
TypeProcessor tp,
IPValidationListener l)
This method validates the property evaluators.
|
protected static boolean |
validateTypeProcessors(InformationProcessor ip,
IPValidationListener l)
This method validates the type processors.
|
public static boolean validate(InformationProcessor ip, IPValidationListener l)
ip
- The information processor to be validatedl
- The listenerprotected static boolean validateInformationProcessor(InformationProcessor ip, IPValidationListener l)
ip
- The information processor to be validatedl
- The listenerprotected static boolean validateTypeProcessors(InformationProcessor ip, IPValidationListener l)
ip
- The information processor to be validatedl
- The listenerprotected static boolean validateContextEvaluators(InformationProcessor ip, TypeProcessor tp, IPValidationListener l)
ip
- The information processortp
- The type processorl
- The validation listenerprotected static boolean validatePropertyEvaluators(InformationProcessor ip, TypeProcessor tp, IPValidationListener l)
ip
- The information processortp
- The type processorl
- The validation listenerCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.