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 Detail

      • getArchives

        java.util.List<ghidra.app.plugin.core.datamgr.archive.Archive> getArchives()