public interface ResourceLoader
Modifier and Type | Field and Description |
---|---|
static ResourceLoader |
DEFAULT_LOADER
Default ResourceLoader looking for resources in following order:
1.
|
static ResourceLoader |
DICTIONARY_LOADER |
Modifier and Type | Method and Description |
---|---|
InputStream |
loadResource(String resourceName)
Method to load resource.
|
static final ResourceLoader DEFAULT_LOADER
static final ResourceLoader DICTIONARY_LOADER
InputStream loadResource(String resourceName) throws ResourceNotFoundException
resourceName
- the resource nameResourceNotFoundException
- if resource not found and no parent ResrourceLoader availableCopyright © 2000–2022 EPAM Systems. All rights reserved.