Class EvaluateConfigFile


  • public class EvaluateConfigFile
    extends Object
    Class for evaluating a config file. Tests the settings in the config file against default settings to test for wrongly assigned elements.
    • Constructor Detail

      • EvaluateConfigFile

        public EvaluateConfigFile​(File deployConfigFile,
                                  String encoding)
        Constructor. Only initialises the config file and settings list.
        Parameters:
        deployConfigFile - The file to evaluate.
        encoding - the encoding to use to read from file
    • Method Detail

      • evaluate

        public void evaluate()
        Evaluates the config file. This is done by evaluating the settings branch for all the instances in the XML-tree (global, physical locaiton, machine and application)