Class Msf::Ui::Driver
In: lib/msf/ui/driver.rb
Parent: Object

The driver class is an abstract base class that is meant to provide a very general set of methods for ‘driving’ a user interface.

Methods

cleanup   new   run   stop  

Public Class methods

Public Instance methods

Cleans up any resources associated with the UI driver.

Executes the user interface, optionally in an asynchronous fashion.

Stops executing the user interface.

[Validate]