Package ghidra.framework.data
Class ConvertFileSystem
java.lang.Object
ghidra.framework.data.ConvertFileSystem
- All Implemented Interfaces:
GhidraLaunchable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertProject
(File dir, ConvertFileSystem.MessageListener msgListener) void
launch
(GhidraApplicationLayout layout, String[] args) Launches the launchable.
-
Constructor Details
-
ConvertFileSystem
public ConvertFileSystem()
-
-
Method Details
-
launch
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(File dir, ConvertFileSystem.MessageListener msgListener) throws ConvertFileSystem.ConvertFileSystemException
-