Package jetbrains.buildServer.util
Interface FileUtil.ErrorReporter
-
- Enclosing class:
- FileUtil
public static interface FileUtil.ErrorReporter
Used to report file operation errors to some log- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(String s)
-
-
-
Method Detail
-
error
void error(String s)
-
-