Class RAConfigurationProfile

    • Constructor Detail

      • RAConfigurationProfile

        public RAConfigurationProfile()
    • Method Detail

      • checkValidPositiveNumField

        public void checkValidPositiveNumField​(String name,
                                               long content,
                                               List<String> errors)
        Check that a long number is greater than, or equal to 0
        Parameters:
        name - The field name
        content - the number to check
        errors - A list of error messages to which this method might add an entry if the check turns out negative.
      • checkValidNonZeroPositiveNumField

        public final void checkValidNonZeroPositiveNumField​(String name,
                                                            int content,
                                                            List<String> errors)
        Check that an int number is greater than 0
        Parameters:
        name - The field name
        content - the number to check
        errors - A list of error messages to which this method might add an entry if the check turns out negative.
      • profileLoad

        public void profileLoad()
        Specified by:
        profileLoad in interface Profile