Class Unroll

    • Constructor Detail

      • Unroll

        public Unroll​(Path source,
                      Path target,
                      Path xmir)
        Constructor.
        Parameters:
        source - Source folder path.
        target - Target folder path.
        xmir - XMIR file path.
    • Method Detail

      • source

        public Path source()
        Description copied from interface: Transformation
        The path to the file to be transformed.
        Specified by:
        source in interface Transformation
        Returns:
        Path to the file.
      • target

        public Path target()
        Description copied from interface: Transformation
        The path to the transformed file.
        Specified by:
        target in interface Transformation
        Returns:
        Path to the transformed file.
      • transform

        public byte[] transform()
        Description copied from interface: Transformation
        Transform the file.
        Specified by:
        transform in interface Transformation
        Returns:
        Transformed file.