Interface FileTransformer

All Known Implementing Classes:
ApplicationPropertiesFileTransformer, BootstrapConfigurationFileTransformer, FlowConfigurationFileTransformer, XmlFileTransformer

public interface FileTransformer
Abstraction for transforming Files
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transform(Path inputPath, Path outputPath)
    Transform input file and write contents to output file path
  • Method Details

    • transform

      void transform(Path inputPath, Path outputPath) throws IOException
      Transform input file and write contents to output file path
      Parameters:
      inputPath - Input file path to be transformed
      outputPath - Output file path
      Throws:
      IOException - Thrown on input or output processing failures