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

Uses of Interface
org.jboss.logging.processor.validation.ValidationMessage

Packages that use ValidationMessage
org.jboss.logging.processor.validation   
 

Uses of ValidationMessage in org.jboss.logging.processor.validation
 

Methods in org.jboss.logging.processor.validation that return ValidationMessage
static ValidationMessage ValidationMessageFactory.createError(MessageObject messageObject, String message)
           
static ValidationMessage ValidationMessageFactory.createError(MessageObject messageObject, String format, Object... args)
           
static ValidationMessage ValidationMessageFactory.createWarning(MessageObject messageObject, String message)
           
static ValidationMessage ValidationMessageFactory.createWarning(MessageObject messageObject, String format, Object... args)
           
 

Methods in org.jboss.logging.processor.validation that return types with arguments of type ValidationMessage
 Collection<ValidationMessage> Validator.validate(MessageInterface messageInterface)
          Validates the message interface and returns a collection of validation messages or an empty collection.
 Collection<ValidationMessage> MessageIdValidator.validate(String projectCode, MessageMethod messageMethod)
           
 


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

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