Package org.eolang.jeo
Class Unroll
java.lang.Object
org.eolang.jeo.Unroll
- All Implemented Interfaces:
Transformation
Unroll XMIR file.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Unroll
Constructor.- Parameters:
source- Source folder path.target- Target folder path.xmir- XMIR file path.
-
-
Method Details
-
source
Description copied from interface:TransformationThe path to the file to be transformed.- Specified by:
sourcein interfaceTransformation- Returns:
- Path to the file.
-
target
Description copied from interface:TransformationThe path to the transformed file.- Specified by:
targetin interfaceTransformation- Returns:
- Path to the transformed file.
-
transform
public byte[] transform()Description copied from interface:TransformationTransform the file.- Specified by:
transformin interfaceTransformation- Returns:
- Transformed file.
-