Robot Framework Integrated Development Environment (RIDE)
robotide.application.pluginloader.PluginLoader Class Reference

Public Member Functions

def __init__ (self, application, load_dirs, standard_classes)
 
def enable_plugins (self)
 

Public Attributes

 plugins
 

Private Member Functions

def _find_classes (self, load_dirs)
 
def _find_python_files (self, load_dirs)
 
def _import_classes (self, path)
 
def _is_plugin_class (self, path, cls)
 

Private Attributes

 _load_errors
 

Detailed Description

Definition at line 26 of file pluginloader.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.application.pluginloader.PluginLoader.__init__ (   self,
  application,
  load_dirs,
  standard_classes 
)

Definition at line 28 of file pluginloader.py.

Member Function Documentation

◆ _find_classes()

def robotide.application.pluginloader.PluginLoader._find_classes (   self,
  load_dirs 
)
private

Definition at line 38 of file pluginloader.py.

◆ _find_python_files()

def robotide.application.pluginloader.PluginLoader._find_python_files (   self,
  load_dirs 
)
private

Definition at line 53 of file pluginloader.py.

◆ _import_classes()

def robotide.application.pluginloader.PluginLoader._import_classes (   self,
  path 
)
private

Definition at line 67 of file pluginloader.py.

◆ _is_plugin_class()

def robotide.application.pluginloader.PluginLoader._is_plugin_class (   self,
  path,
  cls 
)
private

Definition at line 46 of file pluginloader.py.

◆ enable_plugins()

def robotide.application.pluginloader.PluginLoader.enable_plugins (   self)

Definition at line 34 of file pluginloader.py.

Member Data Documentation

◆ _load_errors

robotide.application.pluginloader.PluginLoader._load_errors
private

Definition at line 29 of file pluginloader.py.

◆ plugins

robotide.application.pluginloader.PluginLoader.plugins

Definition at line 30 of file pluginloader.py.


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