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

com.yomahub.liteflow.parser.base.FlowParser Maven / Gradle / Ivy

The newest version!
package com.yomahub.liteflow.parser.base;

import org.dom4j.Element;

import java.util.*;

/**
 * 虽则Parser的抽象类,所有的parser需要继承这个抽象类
 *
 * @author guodongqing
 * @since 2.5.0
 */
public interface FlowParser {

	void parseMain(List pathList) throws Exception;

	void parse(List contentList) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy