
net.cassite.daf4j.ds.UpdateEntryParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of daf4j-api Show documentation
Show all versions of daf4j-api Show documentation
A library provides facade api for data accessing.
The newest version!
package net.cassite.daf4j.ds;
import net.cassite.daf4j.UpdateEntry;
/**
* 更新项目解释器
*
* @param 上下文
* @param 基本元素
*/
public interface UpdateEntryParser extends AdvancedParser {
/**
* 解释更新项
*
* @param context 上下文
* @param updateEntries 更新项
* @throws Exception 可能的异常
*/
void parseUpdateEntry(Context context, UpdateEntry[] updateEntries) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy