Package ghidra.app.services
Interface FileSystemBrowserService
-
- All Known Implementing Classes:
FileSystemBrowserPlugin
public interface FileSystemBrowserService
A service to interact with file systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
openFileSystem(FSRL fsrl)
Opens the givenFSRL
in a file system browser.
-