Interface Transformation

All Known Implementing Classes:
Assembling, Caching, Disassembling, Logging

public interface Transformation
Transformation.
Since:
0.6
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the file to be transformed.
    The path to the transformed file.
    byte[]
    Transform the file.
  • Method Details

    • source

      Path source()
      The path to the file to be transformed.
      Returns:
      Path to the file.
    • target

      Path target()
      The path to the transformed file.
      Returns:
      Path to the transformed file.
    • transform

      byte[] transform()
      Transform the file.
      Returns:
      Transformed file.