Class FileHelper

java.lang.Object
ch.colabproject.colab.generator.plugin.FileHelper

public class FileHelper extends Object
Author:
maxence
  • Method Details

    • readFile

      public static String readFile(String path)
      Read file as string
      Parameters:
      path - path of the file to read
      Returns:
      file content or null if file does not exists