Class Unroller

java.lang.Object
org.eolang.jeo.Unroller

public final class Unroller extends Object
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 Details

    • Unroller

      public Unroller(Path source, Path target)
      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.