Class ValidationMessageFactory
- java.lang.Object
-
- org.jboss.logging.processor.validation.ValidationMessageFactory
-
public final class ValidationMessageFactory extends Object
Date: 12.08.2011- Author:
- James R. Perkins
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValidationMessagecreateError(Element element, String message)static ValidationMessagecreateError(Element element, String format, Object... args)static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, String message)static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, String format, Object... args)static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message)static ValidationMessagecreateError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args)static ValidationMessagecreateWarning(Element element, String message)static ValidationMessagecreateWarning(Element element, String format, Object... args)
-
-
-
Method Detail
-
createError
public static ValidationMessage createError(Element element, String message)
-
createError
public static ValidationMessage createError(Element element, String format, Object... args)
-
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String message)
-
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, String format, Object... args)
-
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String message)
-
createError
public static ValidationMessage createError(Element element, AnnotationMirror annotationMirror, AnnotationValue annotationValue, String format, Object... args)
-
createWarning
public static ValidationMessage createWarning(Element element, String message)
-
createWarning
public static ValidationMessage createWarning(Element element, String format, Object... args)
-
-