Package ghidra.framework.data
Class ConvertFileSystem
java.lang.Object
ghidra.framework.data.ConvertFileSystem
- All Implemented Interfaces:
 GhidraLaunchable
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvertProject(File dir, ConvertFileSystem.MessageListener msgListener) voidlaunch(GhidraApplicationLayout layout, String[] args) Launches the launchable. 
- 
Constructor Details
- 
ConvertFileSystem
public ConvertFileSystem() 
 - 
 - 
Method Details
- 
launch
Description copied from interface:GhidraLaunchableLaunches the launchable.- Specified by:
 launchin interfaceGhidraLaunchable- Parameters:
 layout- The application layout to use for the launch.args- The arguments passed through by theGhidraLauncher.
 - 
convertProject
public static void convertProject(File dir, ConvertFileSystem.MessageListener msgListener) throws ConvertFileSystem.ConvertFileSystemException  
 -