org.apache.openejb.config
Interface ValidationResults

All Known Implementing Classes:
ValidationContext, ValidationFailedException

public interface ValidationResults

Version:
$Rev$ $Date$

Method Summary
 ValidationError[] getErrors()
           
 ValidationFailure[] getFailures()
           
 String getModuleType()
           
 String getName()
           
 ValidationWarning[] getWarnings()
           
 boolean hasErrors()
           
 boolean hasFailures()
           
 boolean hasWarnings()
           
 

Method Detail

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.