public abstract class AbstractConfigFileParser<T> extends Object implements ConfigFileParser<T>
| 构造器和说明 |
|---|
AbstractConfigFileParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FileReader |
parsePath(String path)
解析配置文件路径,如果以 classpath: 开头,则从 ClassPath 中读取配置文件。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparse, parse, parse, parseprotected FileReader parsePath(String path) throws FileNotFoundException
path - 配置文件路径FileNotFoundException - 如果指定的文件不存在,抛出该异常Copyright © 2019. All rights reserved.