public final class ResourceUtils
extends java.lang.Object
| Constructor and Description |
|---|
ResourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.Path |
loadFileResource(java.nio.file.Path filePath) |
static java.nio.file.Path |
loadFileResource(java.lang.String fileName) |
public static java.nio.file.Path loadFileResource(java.nio.file.Path filePath)
throws java.io.FileNotFoundException,
java.net.URISyntaxException
java.io.FileNotFoundExceptionjava.net.URISyntaxExceptionpublic static java.nio.file.Path loadFileResource(java.lang.String fileName)
throws java.net.URISyntaxException,
java.io.FileNotFoundException
java.net.URISyntaxExceptionjava.io.FileNotFoundException