Class OptionsSaxHandler

    • Constructor Detail

      • OptionsSaxHandler

        public OptionsSaxHandler​(OptionsConfiguration optionsConfiguration)
        Constructor.
        Parameters:
        optionsConfiguration - the OptionsConfiguration to be filled, not null.
    • Method Detail

      • getOptionsConfiguration

        public OptionsConfiguration getOptionsConfiguration()
        Returns the options configuration read by this SAX handler.
        Returns:
        the options configuration, not null.
        Throws:
        IllegalStateException - if the SAX handler has not yet finished reading the configuration.
      • isFinished

        public boolean isFinished()
        Returns whether the SAX handler has finished reading the options configuration.
        Returns:
        true if whether the SAX handler has finished, false otherwise.