JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

org.jboss.logging.processor.validation
Class ValidationMessageFactory

java.lang.Object
  extended by org.jboss.logging.processor.validation.ValidationMessageFactory

public final class ValidationMessageFactory
extends Object

Date: 12.08.2011

Author:
James R. Perkins

Method Summary
static ValidationMessage createError(MessageObject messageObject, String message)
           
static ValidationMessage createError(MessageObject messageObject, String format, Object... args)
           
static ValidationMessage createWarning(MessageObject messageObject, String message)
           
static ValidationMessage createWarning(MessageObject messageObject, String format, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createError

public static ValidationMessage createError(MessageObject messageObject,
                                            String message)

createError

public static ValidationMessage createError(MessageObject messageObject,
                                            String format,
                                            Object... args)

createWarning

public static ValidationMessage createWarning(MessageObject messageObject,
                                              String message)

createWarning

public static ValidationMessage createWarning(MessageObject messageObject,
                                              String format,
                                              Object... args)

JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.