org.apache.openejb.config
Interface ValidationResults
- All Known Implementing Classes:
- ValidationContext, ValidationFailedException
public interface ValidationResults
- Version:
- $Rev$ $Date$
getFailures
ValidationFailure[] getFailures()
getWarnings
ValidationWarning[] getWarnings()
getErrors
ValidationError[] getErrors()
hasWarnings
boolean hasWarnings()
hasFailures
boolean hasFailures()
hasErrors
boolean hasErrors()
getName
String getName()
getModuleType
String getModuleType()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.