Package org.eolang.opeo.storage
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
-
Method Details
-
all
Get all XMIRs.- Returns:
- All XMIRs
-
save
Save XMIR.- Parameters:
xmir
- XMIR to save
-