java.lang.Object
com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>

public class OutputInterpolator extends Object implements UnaryOperator<String>

Emulates the behavior of the closure compile command line flag `output_wrapper`:

Interpolate output into this string at the place denoted by the marker token %output%. Use marker token %output|jsstring% to do js string escaping on the output.
Author:
madgaksha