Package org.jboss.jca.validator.rules
Class ConfigPropertiesHelper
java.lang.Object
org.jboss.jca.validator.rules.ConfigPropertiesHelper
A ConfigPropertiesHelper.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Field Summary
FieldsModifier and TypeFieldDescriptionValid typesValid types -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidateConfigPropertiesType(ValidateClass vo, String section, String failMsg) validate ConfigProperties type
-
Field Details
-
VALID_TYPES
Valid types -
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- ValidateClasssection- section in the spec documentfailMsg- fail or warn message- Returns:
- list of failures
-