| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_SCHEME |
| Constructor and Description |
|---|
FileLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScheme()
Method returns scheme of current implementation
|
CompletableFuture<Resource> |
loadResource(Context ctx,
URI url,
Map<String,Object> params)
Method returns future of resource, which was load by url and params
|
protected InputStream |
readFile(URI location) |
public static final String FILE_SCHEME
public CompletableFuture<Resource> loadResource(Context ctx, URI url, Map<String,Object> params)
LoaderloadResource in interface Loaderurl - for loadingparams - of loadingpublic String getScheme()
Loaderprotected InputStream readFile(URI location)
Copyright © 2017. All rights reserved.