Package org.eolang.opeo.storage
Class FileStorage
- java.lang.Object
-
- org.eolang.opeo.storage.FileStorage
-
-
Constructor Summary
Constructors Constructor Description FileStorage(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.
-