public abstract class AbstractConfigParser extends Object implements ConfigParser
| 构造器和说明 |
|---|
AbstractConfigParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Object,Object> |
doParse(String content,
String prefix)
Parse content.
|
boolean |
supports(ConfigFileTypeEnum type)
Judge type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoParse, typespublic boolean supports(ConfigFileTypeEnum type)
ConfigParsersupports 在接口中 ConfigParsertype - config file typepublic Map<Object,Object> doParse(String content, String prefix) throws IOException
ConfigParserdoParse 在接口中 ConfigParsercontent - contentprefix - key prefixIOException - if occurs error while parsingCopyright © 2023. All rights reserved.