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

Classes

class  _DataController
 
class  _FileSystemElement
 
class  DirtyRobotDataException
 Raised when data is dirty and you are trying to do an operation that requires undirty data. More...
 
class  ExcludedDirectoryController
 
class  ResourceFileController
 
class  ResourceFileControllerFactory
 
class  TestCaseFileController
 
class  TestDataDirectoryController
 

Functions

def _get_controller (project, data, parent)
 
def DataController (data, project, parent=None)
 

Function Documentation

◆ _get_controller()

def robotide.controller.filecontrollers._get_controller (   project,
  data,
  parent 
)
private

Definition at line 42 of file filecontrollers.py.

◆ DataController()

def robotide.controller.filecontrollers.DataController (   data,
  project,
  parent = None 
)

Definition at line 63 of file filecontrollers.py.