| Package | Description |
|---|---|
| com.xunlei.channel.common.logic.config.method | |
| com.xunlei.channel.common.logic.handle | |
| com.xunlei.channel.common.logic.handle.impl |
| Modifier and Type | Method and Description |
|---|---|
static MethodManager |
MethodManager.newInstance() |
static MethodManager |
MethodManager.newInstance(Package... packages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogicHandler.handle(T inputData,
Conditions conditions,
MethodManager methodManager)
根据配置进行逻辑运算
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogicHandlerImpl.handle(T inputData,
Conditions conditions,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleCondition(Condition condition,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleConditions(Collection<Condition> conditionCollection,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected boolean |
LogicHandlerImpl.handleConditions(Conditions conditions,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
protected String |
LogicHandlerImpl.handleFieldValue(Condition condition,
Map<String,String> fieldNameAndValueMap,
MethodManager methodManager) |
Copyright © 2018. All rights reserved.