Class ValidationResult
java.lang.Object
org.apache.cxf.tools.validator.internal.ValidationResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddError(org.apache.cxf.common.i18n.Message msg) voidaddWarning(String warning) voidaddWarning(org.apache.cxf.common.i18n.Message msg) booleanbooleantoString()
-
Constructor Details
-
ValidationResult
public ValidationResult()
-
-
Method Details
-
getErrors
-
getWarnings
-
addError
public void addError(org.apache.cxf.common.i18n.Message msg) -
addError
-
addWarning
public void addWarning(org.apache.cxf.common.i18n.Message msg) -
addWarning
-
hasWarnings
public boolean hasWarnings() -
isSuccessful
public boolean isSuccessful() -
toString
-