Class ConfigPropertiesHelper

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

public class ConfigPropertiesHelper extends Object
A ConfigPropertiesHelper.
Version:
$Revision: $
Author:
Jeff Zhang
  • Field Details

    • VALID_TYPES

      public static final Set<Class> VALID_TYPES
      Valid types
    • WARNING_TYPES

      public static final Set<Class> WARNING_TYPES
      Valid types
  • Constructor Details

    • ConfigPropertiesHelper

      public ConfigPropertiesHelper()
  • Method Details

    • 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