Interface Storage

All Known Implementing Classes:
CompilationStorage, DecompilationStorage, DummyStorage, FileStorage, InMemoryStorage, WithoutAliasesStorage

public interface Storage
Storage. The place where XMIRs are stored.
Since:
0.2
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Get all XMIRs.
    void
    Save XMIR.
  • Method Details

    • all

      Get all XMIRs.
      Returns:
      All XMIRs
    • save

      void save(XmirEntry xmir)
      Save XMIR.
      Parameters:
      xmir - XMIR to save