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

com.googlecode.gendevcode.ant.service.AntGenCodeFilesServiceImpl Maven / Gradle / Ivy

package com.googlecode.gendevcode.ant.service;

import java.util.Map;

import com.googlecode.gendevcode.model.ProjectXml;
import com.googlecode.gendevcode.model.pdm.TablePdmXml;
import com.googlecode.gendevcode.model.pdm.ViewPdmXml;
import com.googlecode.gendevcode.service.basic.GenCodeFilesServiceSupport;

/**
 * 生成代码文件实现类(Ant)
 * @author devilishking
 *
 */
public class AntGenCodeFilesServiceImpl extends GenCodeFilesServiceSupport {
	/**
	 * 创建页面文件
	 * @param dataMap     页面所属数据
	 * @param tablePdmXml 表信息
	 * @param viewPdmXml  视图信息
	 * @param projectXml  项目信息
	 * @param 
	 * @throws Exception
	 */
	public void genPagesFile(Map dataMap, TablePdmXml tablePdmXml, ViewPdmXml viewPdmXml, ProjectXml projectXml) throws Exception{
		
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy