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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<XmirEntry>
all()
Get all XMIRs.void
save(XmirEntry xmir)
Save XMIR.
-