Klasse OptionsSaxHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.torque.generator.configuration.option.OptionsSaxHandler
Alle implementierten Schnittstellen:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Bekannte direkte Unterklassen:
FileOptionsSaxHandler

public class OptionsSaxHandler extends DefaultHandler
A SAX handler for reading the options tag in the control configuration. $Id: OptionsSaxHandler.java 1917241 2024-04-21 13:29:41Z tv $
  • Konstruktordetails

    • OptionsSaxHandler

      public OptionsSaxHandler(OptionsConfiguration optionsConfiguration)
      Constructor.
      Parameter:
      optionsConfiguration - the OptionsConfiguration to be filled, not null.
  • Methodendetails

    • getOptionsConfiguration

      public OptionsConfiguration getOptionsConfiguration()
      Returns the options configuration read by this SAX handler.
      Gibt zurück:
      the options configuration, not null.
      Löst aus:
      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.
      Gibt zurück:
      true if whether the SAX handler has finished, false otherwise.