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

    Modifier and Type
    Method
    Description
    List<ghidra.app.plugin.core.datamgr.archive.Archive>
     
  • Method Details

    • getArchives

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