All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.daf4j.ds.UpdateEntryParser Maven / Gradle / Ivy

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