Package org.elasticsearch.common.io
Class PathUtilsForTesting
- java.lang.Object
-
- org.elasticsearch.common.io.PathUtilsForTesting
-
public class PathUtilsForTesting extends java.lang.ObjectExposes some package private stuff in PathUtils for framework purposes only!
-
-
Constructor Summary
Constructors Constructor Description PathUtilsForTesting()
-
Method Summary
Modifier and Type Method Description static voidinstallMock(java.nio.file.FileSystem mock)Installs a mock filesystem for testingstatic voidsetup()Sets a new default filesystem for testingstatic voidteardown()Resets filesystem back to the real system default
-