Robot Framework Integrated Development Environment (RIDE)
robotide.controller.filecontrollers.ResourceFileControllerFactory Class Reference

Public Member Functions

def __init__ (self, namespace, project)
 
def create (self, data, parent=None)
 
def find (self, data)
 
def find_with_import (self, import_)
 
def is_all_resource_file_imports_resolved (self)
 
def remove (self, controller)
 
def set_all_resource_imports_resolved (self)
 
def set_all_resource_imports_unresolved (self)
 

Properties

 resources = property
 

Private Member Functions

def _find_with_source (self, source)
 
def resources (self)
 

Private Attributes

 _all_resource_imports_resolved
 
 _namespace
 
 _project
 
 _resources
 

Detailed Description

Definition at line 806 of file filecontrollers.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.__init__ (   self,
  namespace,
  project 
)

Definition at line 808 of file filecontrollers.py.

Member Function Documentation

◆ _find_with_source()

def robotide.controller.filecontrollers.ResourceFileControllerFactory._find_with_source (   self,
  source 
)
private

Definition at line 823 of file filecontrollers.py.

◆ create()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.create (   self,
  data,
  parent = None 
)

Definition at line 840 of file filecontrollers.py.

◆ find()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.find (   self,
  data 
)

Definition at line 820 of file filecontrollers.py.

◆ find_with_import()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.find_with_import (   self,
  import_ 
)

Definition at line 829 of file filecontrollers.py.

◆ is_all_resource_file_imports_resolved()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.is_all_resource_file_imports_resolved (   self)

Definition at line 852 of file filecontrollers.py.

◆ remove()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.remove (   self,
  controller 
)

Definition at line 855 of file filecontrollers.py.

◆ resources()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.resources (   self)
private

Definition at line 817 of file filecontrollers.py.

◆ set_all_resource_imports_resolved()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.set_all_resource_imports_resolved (   self)

Definition at line 846 of file filecontrollers.py.

◆ set_all_resource_imports_unresolved()

def robotide.controller.filecontrollers.ResourceFileControllerFactory.set_all_resource_imports_unresolved (   self)

Definition at line 849 of file filecontrollers.py.

Member Data Documentation

◆ _all_resource_imports_resolved

robotide.controller.filecontrollers.ResourceFileControllerFactory._all_resource_imports_resolved
private

Definition at line 812 of file filecontrollers.py.

◆ _namespace

robotide.controller.filecontrollers.ResourceFileControllerFactory._namespace
private

Definition at line 810 of file filecontrollers.py.

◆ _project

robotide.controller.filecontrollers.ResourceFileControllerFactory._project
private

Definition at line 811 of file filecontrollers.py.

◆ _resources

robotide.controller.filecontrollers.ResourceFileControllerFactory._resources
private

Definition at line 809 of file filecontrollers.py.

Property Documentation

◆ resources

robotide.controller.filecontrollers.ResourceFileControllerFactory.resources = property
static

Definition at line 815 of file filecontrollers.py.


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