public interface Loader
| Modifier and Type | Method and Description |
|---|---|
String |
config() |
InputStream |
fetchResource(String name,
long ifModifiedSince)
Fetch the resource with the given name.
|
InputStream fetchResource(String name, long ifModifiedSince)
name - Resource to be loadedifModifiedSince - -1 or max age of resource in millis since 1.1.1970ResourceNotFoundException - if resource has not been foundString config()
Copyright © 2015–2017. All rights reserved.