Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.RenameResourceFile Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.RenameResourceFile:
robotide.controller.ctrlcommands._Command

Public Member Functions

def __init__ (self, new_basename, get_should_modify_imports)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Private Attributes

 _new_basename
 
 _should_modify_imports
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 436 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.RenameResourceFile.__init__ (   self,
  new_basename,
  get_should_modify_imports 
)

Definition at line 438 of file ctrlcommands.py.

Member Function Documentation

◆ execute()

def robotide.controller.ctrlcommands.RenameResourceFile.execute (   self,
  context 
)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 442 of file ctrlcommands.py.

Member Data Documentation

◆ _new_basename

robotide.controller.ctrlcommands.RenameResourceFile._new_basename
private

Definition at line 439 of file ctrlcommands.py.

◆ _should_modify_imports

robotide.controller.ctrlcommands.RenameResourceFile._should_modify_imports
private

Definition at line 440 of file ctrlcommands.py.


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