Package org.eolang.jeo
Class Unroller
java.lang.Object
org.eolang.jeo.Unroller
Unroller.
This class unrolls all the formatting changes made by `phi/unphi` transformations.
In other words, it makes XMIR understandable by jeo-maven-plugin after `phi/unphi`
transformations.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
unroll()
Unrolls all the XMIR files from the source directory to the target directory.
-
Constructor Details
-
Unroller
Constructor.- Parameters:
source
- Directory with XMIR files that were changed by `phi/unphi` transformations.target
- Target directory where unrolled XMIR files will be saved.
-
-
Method Details
-
unroll
public void unroll()Unrolls all the XMIR files from the source directory to the target directory.
-