public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFileContent(org.springframework.core.io.ResourceLoader resourceLoader,
String fileName) |
static Path |
resolveTemplateAsPath(org.springframework.core.io.ResourceLoader resourceLoader,
String fileName,
UnaryOperator<String> modifyFunc) |
static String |
resolveTemplateAsString(org.springframework.core.io.ResourceLoader resourceLoader,
String fileName,
UnaryOperator<String> modifyFunc) |
public static String resolveTemplateAsString(org.springframework.core.io.ResourceLoader resourceLoader, String fileName, UnaryOperator<String> modifyFunc)
public static Path resolveTemplateAsPath(org.springframework.core.io.ResourceLoader resourceLoader, String fileName, UnaryOperator<String> modifyFunc) throws IOException
IOExceptionCopyright © 2022. All rights reserved.