Class UserInputFieldsFile


  • public class UserInputFieldsFile
    extends java.lang.Object
    A file that contains 'User Input Fields'.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserInputFieldsFile​(java.io.File f)
      Create a new instance and read the data from a file.
    • Constructor Detail

      • UserInputFieldsFile

        public UserInputFieldsFile​(java.io.File f)
                            throws java.io.IOException
        Create a new instance and read the data from a file.
        Parameters:
        f - the file to read from
        Throws:
        java.io.IOException - if somewhat fails
    • Method Detail

      • getUserInputFieldList

        public java.util.List<UserInputField> getUserInputFieldList()
        Get the list of user input fields.
        Returns:
        the list of user input fields