Package ghidra.framework.data
Class ConvertFileSystem
- java.lang.Object
-
- ghidra.framework.data.ConvertFileSystem
-
- All Implemented Interfaces:
GhidraLaunchable
public class ConvertFileSystem extends java.lang.Object implements GhidraLaunchable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConvertFileSystem.ConvertFileSystemExceptionstatic interfaceConvertFileSystem.MessageListener
-
Constructor Summary
Constructors Constructor Description ConvertFileSystem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidconvertProject(java.io.File dir, ConvertFileSystem.MessageListener msgListener)voidlaunch(GhidraApplicationLayout layout, java.lang.String[] args)Launches the launchable.
-
-
-
Method Detail
-
launch
public void launch(GhidraApplicationLayout layout, java.lang.String[] args)
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(java.io.File dir, ConvertFileSystem.MessageListener msgListener) throws ConvertFileSystem.ConvertFileSystemException
-
-