Class FileUtils


  • public class FileUtils
    extends Object
    • Constructor Detail

      • FileUtils

        public FileUtils()
    • Method Detail

      • resolveTemplateAsString

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

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