com.googlecode.gendevcode.service
接口 ProjectConfigService

所有超级接口:
BaseService
所有已知实现类:
AntProjectConfigServiceImpl, MvnProjectConfigServiceImpl, ProjectConfigServiceSupport

public interface ProjectConfigService
extends BaseService

项目设置接口类

作者:
devilishking

方法摘要
 String getGenFilePath(String packageCode, String genLevel, ProjectXml projectXml)
          根据模块名称和生成级别获取待生成的文件路径
 List<String> getGenLevelList()
          获取生成级别列表
 

方法详细信息

getGenLevelList

List<String> getGenLevelList()
                             throws Exception
获取生成级别列表

返回:
抛出:
Exception

getGenFilePath

String getGenFilePath(String packageCode,
                      String genLevel,
                      ProjectXml projectXml)
                      throws Exception
根据模块名称和生成级别获取待生成的文件路径

参数:
packageCode - 包名
genLevel - 生成级别
projectXml - 项目信息
返回:
抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.