@FunctionalInterface
public static interface FileUtils.FileWriter
Path
to write some content to. Note: the file denoted by path may exist,
hence implementation have to ensure it is able to achieve its goal ("replace existing" option or equivalent
should be used).Modifier and Type | Method and Description |
---|---|
void |
write(java.nio.file.Path path) |