public class AopConfigParser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ADVICE
配置文件中advice标识
|
static String |
AOP
配置文件中aop标识
|
static String |
EXPRESSION
配置文件中expression标识
|
| 构造器和说明 |
|---|
AopConfigParser(String configPath) |
public AopConfigParser(String configPath) throws IOException
IOExceptionpublic Map<String,Map<String,String>> parseConfigToMap(String configPath) throws IOException
configPath - 配置文件路径IOException - IOExceptionpublic List<AopConfig> parseConfig(String configPath) throws IOException
configPath - 配置文件路径IOException - IOExceptionpublic List<AopConfig> parseConfig() throws IOException
IOException - IOExceptionCopyright © 2022. All rights reserved.