类 AbstractConfigParser
java.lang.Object
org.dromara.dynamictp.common.parser.config.AbstractConfigParser
- 所有已实现的接口:
ConfigParser
AbstractConfigParser related
- 从以下版本开始:
- 1.0.0
- 作者:
- yanhom
-
构造器详细资料
-
AbstractConfigParser
public AbstractConfigParser()
-
-
方法详细资料
-
supports
从接口复制的说明:ConfigParserJudge type.- 指定者:
supports在接口中ConfigParser- 参数:
type- config file type- 返回:
- true if the parse supports this type, else false
-
doParse
从接口复制的说明:ConfigParserParse content.- 指定者:
doParse在接口中ConfigParser- 参数:
content- contentprefix- key prefix- 返回:
- k-v properties
- 抛出:
IOException- if occurs error while parsing
-