public interface ConfigAdapter
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
extensionIdentifiers()
Provides the config file extension identifier supported by the adapter.
|
Map<String,Object> |
loadConfig(Path configFilePath)
Converter config file to path_key-value Map in HOCON
|
String[] extensionIdentifiers()
Copyright © 2024 The Apache Software Foundation. All rights reserved.