public interface FSConfigCompatibleProcessor extends Immutable
限定符和类型 | 字段和说明 |
---|---|
static int |
CURRENT_LEVEL |
static java.lang.String |
XML_TAG |
DEFAULT_LAYER_INDEX
限定符和类型 | 方法和说明 |
---|---|
void |
compatibleControlSet()
兼容验证方式设置
|
void |
compatibleFSConfigAttr(XMLableReader reader,
FSConfig config)
兼容fsconfig节点属性
|
void |
compatibleFSConfigChildNode(XMLableReader reader,
java.lang.String tagName,
FSConfig config)
兼容fsconfig子节点
|
void |
compatibleWithDataControl(TableDataDAOControl dataDAOControl,
XMLableReader reader)
兼容TabledataControl
|
void |
compatibleWithDeviceInfo(DeviceInfo deviceInfo,
XMLableReader reader)
兼容设备信息
|
currentAPILevel
layerIndex
static final java.lang.String XML_TAG
static final int CURRENT_LEVEL
void compatibleWithDataControl(TableDataDAOControl dataDAOControl, XMLableReader reader)
dataDAOControl
- 用户数据集reader
- xml读取器void compatibleWithDeviceInfo(DeviceInfo deviceInfo, XMLableReader reader)
deviceInfo
- 设备信息reader
- 读取器void compatibleFSConfigChildNode(XMLableReader reader, java.lang.String tagName, FSConfig config)
reader
- 读取器tagName
- 节点名称config
- fs配置void compatibleFSConfigAttr(XMLableReader reader, FSConfig config)
reader
- 读取器config
- fs配置void compatibleControlSet()