public interface FileReader
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceAsString(String resourceName)
Attempts to load a resource from the file system, from a URL, or from the classpath, in that order.
|
String getResourceAsString(String resourceName) throws IOException
resourceName - The name of the resource to loadIOException - in case of an IO errorCopyright © 2022. All rights reserved.