Package ghidra.framework.main.datatree
Interface ArchiveProvider
- 
 public interface ArchiveProviderAn 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ghidra.app.plugin.core.datamgr.archive.Archive>getArchives()
 
-