Robot Framework Integrated Development Environment (RIDE)
filecontrollers.py File Reference

Go to the source code of this file.

Classes

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

Namespaces

 robotide.controller.filecontrollers
 

Functions

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