Class FileUtils
- java.lang.Object
-
- com.atlassian.bamboo.agent.elastic.utils.FileUtils
-
public final class FileUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Path
saveScript(String filePrefix, String scriptBody)
static void
writeStringToFile(Path file, String string)
-
-
-
Method Detail
-
writeStringToFile
public static void writeStringToFile(Path file, String string) throws IOException
- Throws:
IOException
-
saveScript
public static Path saveScript(String filePrefix, String scriptBody) throws IOException
- Throws:
IOException
-
-