Class ConfigPropertiesHelper


  • public class ConfigPropertiesHelper
    extends Object
    A ConfigPropertiesHelper.
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • 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