Package ghidra.framework.main.datatree
Interface ArchiveProvider
-
public interface ArchiveProvider
An interface to be implemented by any class that can return a list of Archives. For example, the tool's data type manager can return a list of archives within the project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ghidra.app.plugin.core.datamgr.archive.Archive>
getArchives()
-