Interface ET_ControlFactory

All Known Implementing Classes:
ET_DefaultControlFactory

public interface ET_ControlFactory
Interface of factory to be used by ExecTool to create controls over test configuring and running.
  • Method Details

    • createSessionControl

      ET_SessionControl createSessionControl() throws Session.Fault
      Creates a control over session.
      Throws:
      Session.Fault
    • createFilterControl

      ET_FilterControl createFilterControl()
      Creates a control over filters. Due to internal reasons the returned object must be instance of ET_FilterHandler. Sorry for the inconveniences caused.
    • createHelpControl

      ET_HelpControl createHelpControl()
      Creates a control over help.
    • createViewControl

      ET_ViewControl createViewControl()
      Creates a view controls.
    • createReportControl

      ET_ReportControl createReportControl()
      Creates a report controls.
    • createCustomControls

      List<ET_Control> createCustomControls()
      Creates a list of custom controls.