Package ghidra.app.services
Interface GhidraScriptService
-
public interface GhidraScriptService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefreshScriptList()voidrunScript(java.lang.String scriptName, TaskListener listener)booleantryToEditFileInEclipse(ResourceFile file)Attempts to edit the provided file in Eclipse.
-
-
-
Method Detail
-
runScript
void runScript(java.lang.String scriptName, TaskListener listener)
-
refreshScriptList
void refreshScriptList()
-
tryToEditFileInEclipse
boolean tryToEditFileInEclipse(ResourceFile file)
Attempts to edit the provided file in Eclipse.- Parameters:
file- The file to edit in Eclipse.- Returns:
- True if the file opened in Eclipse; otherwise, false.
-
-