Class FileSupport

java.lang.Object
org.gradle.profiler.mutations.support.FileSupport

public class FileSupport extends Object
  • Constructor Details

    • FileSupport

      public FileSupport()
  • Method Details

    • writeUnchecked

      public static void writeUnchecked(Path path, String text, OpenOption... options)
    • readUnchecked

      public static String readUnchecked(Path path)