public interface PolyfillConfigLoaderService
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfig(String first,
String... more)
Retrieve a JSON config file from specified path and convert it into a Map
|
Map<String,Object> getConfig(String first, String... more) throws IOException
first - first segment of the config file pathmore - rest of the segments of the config file pathIOException - throws exception if file is not found at the specified pathCopyright © 2017. All rights reserved.