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

org.jboss.logging.processor.validation
Class Validator

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

public final class Validator
extends Object

Date: 12.08.2011

Author:
James R. Perkins

Constructor Summary
Validator()
           
 
Method Summary
 Collection<ValidationMessage> validate(MessageInterface messageInterface)
          Validates the message interface and returns a collection of validation messages or an empty collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Method Detail

validate

public final Collection<ValidationMessage> validate(MessageInterface messageInterface)
Validates the message interface and returns a collection of validation messages or an empty collection.

Parameters:
messageInterface - the message interface to validate.
Returns:
a collection of validation messages or an empty collection.

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

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