webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.multicommandtool.MultiCommandTool Class Reference
Inheritance diagram for webkitpy.tool.multicommandtool.MultiCommandTool:
webkitpy.tool.main.WebKitPatch webkitpy.tool.multicommandtool_unittest.TrivialTool

Public Member Functions

def __init__ (self, name=None, commands=None)
 
def name (self)
 
def command_by_name (self, command_name)
 
def path (self)
 
def command_completed (self)
 
def should_show_in_main_help (self, command)
 
def should_execute_command (self, command)
 
def handle_global_options (self, options)
 
def main (self, argv=sys.argv)
 

Public Attributes

 commands
 
 help_command
 

Static Public Attributes

 global_options
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.multicommandtool.MultiCommandTool.__init__ (   self,
  name = None,
  commands = None 
)

Member Function Documentation

◆ command_by_name()

def webkitpy.tool.multicommandtool.MultiCommandTool.command_by_name (   self,
  command_name 
)

◆ command_completed()

def webkitpy.tool.multicommandtool.MultiCommandTool.command_completed (   self)

◆ handle_global_options()

def webkitpy.tool.multicommandtool.MultiCommandTool.handle_global_options (   self,
  options 
)

◆ main()

def webkitpy.tool.multicommandtool.MultiCommandTool.main (   self,
  argv = sys.argv 
)

◆ name()

def webkitpy.tool.multicommandtool.MultiCommandTool.name (   self)

◆ path()

def webkitpy.tool.multicommandtool.MultiCommandTool.path (   self)

◆ should_execute_command()

def webkitpy.tool.multicommandtool.MultiCommandTool.should_execute_command (   self,
  command 
)

◆ should_show_in_main_help()

def webkitpy.tool.multicommandtool.MultiCommandTool.should_show_in_main_help (   self,
  command 
)

Member Data Documentation

◆ commands

webkitpy.tool.multicommandtool.MultiCommandTool.commands

◆ global_options

webkitpy.tool.multicommandtool.MultiCommandTool.global_options
static

◆ help_command

webkitpy.tool.multicommandtool.MultiCommandTool.help_command

The documentation for this class was generated from the following file: