Package org.eolang.opeo.storage
Class CompilationStorage
- java.lang.Object
-
- org.eolang.opeo.storage.CompilationStorage
-
- All Implemented Interfaces:
Storage
public final class CompilationStorage extends Object implements Storage
Compilation storage. The same asFileStorage
, but with some logging.- Since:
- 0.2
-
-
Constructor Summary
Constructors Constructor Description CompilationStorage(Path xmirs, Path output)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<XmirEntry>
all()
Get all XMIRs.void
save(XmirEntry xmir)
Save XMIR.
-