public class FileResourceLoader extends Object implements ResourceLoader
| Constructor and Description |
|---|
FileResourceLoader(File path) |
FileResourceLoader(String path) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetchResource(String resourceName)
Returns an input stream for reading the specified resource.
|
public FileResourceLoader(String path)
public FileResourceLoader(File path)
public InputStream fetchResource(String resourceName)
ResourceLoaderfetchResource in interface ResourceLoaderresourceName - the resource to try to fetchCopyright © 2016. All rights reserved.