Class FileUtils

java.lang.Object
com.playtika.testcontainer.common.utils.FileUtils

public class FileUtils extends Object
  • Constructor Details

    • FileUtils

      public FileUtils()
  • Method Details

    • resolveTemplateAsString

      public static String resolveTemplateAsString(org.springframework.core.io.ResourceLoader resourceLoader, String fileName, UnaryOperator<String> modifyFunc)
    • resolveTemplateAsPath

      public static Path resolveTemplateAsPath(org.springframework.core.io.ResourceLoader resourceLoader, String fileName, UnaryOperator<String> modifyFunc) throws IOException
      Throws:
      IOException
    • getFileContent

      public static String getFileContent(org.springframework.core.io.ResourceLoader resourceLoader, String fileName)