org.apache.openejb.config
Interface ValidationResults
- All Known Implementing Classes:
- ValidationContext, ValidationFailedException
public interface ValidationResults
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 11:09:44 +0200 (Jeu, 04 aoĆ» 2011) $
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-2012 The Apache Software Foundation. All Rights Reserved.