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 class
ConvertFileSystem.ConvertFileSystemException
static interface
ConvertFileSystem.MessageListener
-
Constructor Summary
Constructors Constructor Description ConvertFileSystem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
convertProject(java.io.File dir, ConvertFileSystem.MessageListener msgListener)
void
launch(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:GhidraLaunchable
Launches the launchable.- Specified by:
launch
in 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
-
-