Class FormatValidatorFactory
- java.lang.Object
-
- org.jboss.logging.processor.validation.FormatValidatorFactory
-
public final class FormatValidatorFactory extends Object
Date: 12.08.2011- Author:
- James R. Perkins
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormatValidator
create(Message.Format format, String message)
static FormatValidator
create(MessageMethod messageMethod)
-
-
-
Method Detail
-
create
public static FormatValidator create(MessageMethod messageMethod) throws IllegalStateException
- Throws:
IllegalStateException
-
create
public static FormatValidator create(Message.Format format, String message) throws IllegalStateException
- Throws:
IllegalStateException
-
-