org.jboss.jca.validator.rules
Class ConfigPropertiesHelper

java.lang.Object
  extended by org.jboss.jca.validator.rules.ConfigPropertiesHelper

public class ConfigPropertiesHelper
extends Object

A ConfigPropertiesHelper.

Version:
$Revision: $
Author:
Jeff Zhang

Field Summary
static Set<Class> VALID_TYPES
          Valid types
static Set<Class> WARNING_TYPES
          Valid types
 
Constructor Summary
ConfigPropertiesHelper()
           
 
Method Summary
static List<Failure> validateConfigPropertiesType(ValidateClass vo, String section, String failMsg)
          validate ConfigProperties type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALID_TYPES

public static final Set<Class> VALID_TYPES
Valid types


WARNING_TYPES

public static final Set<Class> WARNING_TYPES
Valid types

Constructor Detail

ConfigPropertiesHelper

public ConfigPropertiesHelper()
Method Detail

validateConfigPropertiesType

public static List<Failure> validateConfigPropertiesType(ValidateClass vo,
                                                         String section,
                                                         String failMsg)
validate ConfigProperties type

Parameters:
vo - ValidateClass
section - section in the spec document
failMsg - fail or warn message
Returns:
list of failures


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)