FileSystemUtils

interface FileSystemUtils

This class is mostly used for indirection in the tests. We just don’t like static utility classes. Created by ontotext on 2/2/14.

Methods

createDirectories

void createDirectories(File parentPathDirectory)

move

void move(Path path, Path filePath)

readFully

byte[] readFully(Path path)

write

void write(Path path, byte[] value)