org.apache.excalibur.configuration.validation
Class ValidationResult
java.lang.Object
|
+--org.apache.excalibur.configuration.validation.ValidationResult
- public final class ValidationResult
- extends Object
- Author:
- peter royal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationResult
public ValidationResult()
addWarning
public void addWarning(String warning)
addError
public void addError(String error)
setResult
public void setResult(boolean valid)
getWarnings
public List getWarnings()
getErrors
public List getErrors()
isValid
public boolean isValid()
checkWriteable
protected final void checkWriteable()
throws IllegalStateException
IllegalStateException
Copyright © 2002 Apache Avalon Project. All Rights Reserved.