public interface OutputTool
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
copyResource(String srcPath, String dstPath)Copy a resource file (doc-files/, snippet-files/ content) from srcPath to dstPath. |
|
public void |
makeOutputArea(String filename) |
|
public void |
writeToOutput(String fileName, String text, String charset) |
Copy a resource file (doc-files/, snippet-files/ content) from
srcPath to dstPath. Routed through the tool rather
than calling Files.copy directly so that alternative tools
(notably MockOutputTool) can intercept the side-effect.