org.apache.geronimo.validator
Class ValidationContext
java.lang.Object
org.apache.geronimo.validator.ValidationContext
public class ValidationContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failures
protected ArrayList failures
warnings
protected ArrayList warnings
errors
protected ArrayList errors
attributes
protected Map attributes
jarPath
protected String jarPath
ValidationContext
public ValidationContext(String name)
entrySet
public Set entrySet()
remove
public Object remove(Object key)
put
public Object put(Object key,
Object value)
get
public Object get(Object key)
containsKey
public boolean containsKey(Object key)
addWarning
public void addWarning(ValidationWarning warning)
addFailure
public void addFailure(ValidationFailure failure)
addError
public void addError(ValidationError error)
getFailures
public ValidationFailure[] getFailures()
getWarnings
public ValidationWarning[] getWarnings()
getErrors
public ValidationError[] getErrors()
hasWarnings
public boolean hasWarnings()
hasFailures
public boolean hasFailures()
hasErrors
public boolean hasErrors()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.