|
| def | __init__ (self, settings) |
| |
| def | get_resource (self, directory, name, report_status=True) |
| |
| def | get_resource_from_import (self, import_, retriever_context) |
| |
| def | new_resource (self, directory, name) |
| |
| def | resource_filename_changed (self, old_name, new_name) |
| |
Definition at line 20 of file resourcefactory.py.
◆ __init__()
| def robotide.namespace.resourcefactory.ResourceFactory.__init__ |
( |
|
self, |
|
|
|
settings |
|
) |
| |
◆ _build_path()
| def robotide.namespace.resourcefactory.ResourceFactory._build_path |
( |
|
self, |
|
|
|
directory, |
|
|
|
name |
|
) |
| |
|
private |
◆ _get_python_path()
| def robotide.namespace.resourcefactory.ResourceFactory._get_python_path |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _get_resource()
| def robotide.namespace.resourcefactory.ResourceFactory._get_resource |
( |
|
self, |
|
|
|
path, |
|
|
|
report_status |
|
) |
| |
|
private |
◆ _load_resource()
| def robotide.namespace.resourcefactory.ResourceFactory._load_resource |
( |
|
self, |
|
|
|
path, |
|
|
|
report_status |
|
) |
| |
|
private |
◆ _normalize()
| def robotide.namespace.resourcefactory.ResourceFactory._normalize |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _with_separator()
| def robotide.namespace.resourcefactory.ResourceFactory._with_separator |
( |
|
self, |
|
|
|
dir |
|
) |
| |
|
private |
◆ get_resource()
| def robotide.namespace.resourcefactory.ResourceFactory.get_resource |
( |
|
self, |
|
|
|
directory, |
|
|
|
name, |
|
|
|
report_status = True |
|
) |
| |
◆ get_resource_from_import()
| def robotide.namespace.resourcefactory.ResourceFactory.get_resource_from_import |
( |
|
self, |
|
|
|
import_, |
|
|
|
retriever_context |
|
) |
| |
◆ new_resource()
| def robotide.namespace.resourcefactory.ResourceFactory.new_resource |
( |
|
self, |
|
|
|
directory, |
|
|
|
name |
|
) |
| |
◆ resource_filename_changed()
| def robotide.namespace.resourcefactory.ResourceFactory.resource_filename_changed |
( |
|
self, |
|
|
|
old_name, |
|
|
|
new_name |
|
) |
| |
◆ _excludes
| robotide.namespace.resourcefactory.ResourceFactory._excludes |
|
private |
◆ _IGNORE_RESOURCE_DIRECTORY_SETTING_NAME
| robotide.namespace.resourcefactory.ResourceFactory._IGNORE_RESOURCE_DIRECTORY_SETTING_NAME |
|
staticprivate |
◆ cache
| robotide.namespace.resourcefactory.ResourceFactory.cache |
◆ check_path_from_excludes
| robotide.namespace.resourcefactory.ResourceFactory.check_path_from_excludes |
◆ python_path_cache
| robotide.namespace.resourcefactory.ResourceFactory.python_path_cache |
The documentation for this class was generated from the following file: