public interface ValidationResults
| Modifier and Type | Method and Description |
|---|---|
ValidationError[] |
getErrors() |
ValidationFailure[] |
getFailures() |
String |
getModuleType() |
String |
getName() |
ValidationWarning[] |
getWarnings() |
boolean |
hasErrors() |
boolean |
hasFailures() |
boolean |
hasWarnings() |
ValidationFailure[] getFailures()
ValidationWarning[] getWarnings()
ValidationError[] getErrors()
boolean hasWarnings()
boolean hasFailures()
boolean hasErrors()
String getName()
String getModuleType()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.