public abstract class Validator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Validator.ValidationLevel |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
INVALID |
static boolean |
VALID |
protected ValidationFailures |
validationFailures |
| Constructor and Description |
|---|
Validator() |
public static final boolean VALID
public static final boolean INVALID
protected ValidationFailures validationFailures
public abstract boolean validate()
protected boolean validate(boolean performVaidation)
performVaidation - - When performVaidation is false we will bypass validationpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.