Interface FileTransformer
- All Known Implementing Classes:
ApplicationPropertiesFileTransformer,BootstrapConfigurationFileTransformer,FlowConfigurationFileTransformer,XmlFileTransformer
public interface FileTransformer
Abstraction for transforming Files
-
Method Summary
-
Method Details
-
transform
Transform input file and write contents to output file path- Parameters:
inputPath- Input file path to be transformedoutputPath- Output file path- Throws:
IOException- Thrown on input or output processing failures
-