public class ResourceHelper extends Object
| Constructor and Description |
|---|
ResourceHelper() |
| Modifier and Type | Method and Description |
|---|---|
File |
getResourceAsFile(FileHelper fileHelper,
Class clazz,
String name)
Get a resource as a file.
|
public File getResourceAsFile(FileHelper fileHelper, Class clazz, String name) throws URISyntaxException
clazz - the class where the resource is requestedname - name of the desired resourceURISyntaxExceptionCopyright © 2017. All rights reserved.