com.googlecode.gendevcode.maven.service
类 MvnProjectConfigServiceImpl

java.lang.Object
  继承者 com.googlecode.gendevcode.service.basic.ServiceSupport<T>
      继承者 com.googlecode.gendevcode.service.basic.ProjectConfigServiceSupport<MvnProjectConfigServiceImpl>
          继承者 com.googlecode.gendevcode.maven.service.MvnProjectConfigServiceImpl
所有已实现的接口:
BaseService, ProjectConfigService

public class MvnProjectConfigServiceImpl
extends ProjectConfigServiceSupport<MvnProjectConfigServiceImpl>

项目设置实现类(Maven)

作者:
devilishking

字段摘要
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的字段
FLAG_END
 
构造方法摘要
MvnProjectConfigServiceImpl()
           
 
方法摘要
 String getGenFilePath(String packageCode, String genLevel, ProjectXml projectXml)
          根据模块名称和生成级别获取待生成的文件路径
 List<String> getGenLevelList()
          获取生成级别列表
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的方法
getNewId, inputBoolean, inputBoolean, inputDouble, inputDouble, inputInt, inputInt, inputLong, inputLong, inputStr, inputStr, setDebug, setDebug, setError, setError, setFatal, setFatal, setInfo, setInfo, setTrace, setTrace, setWarn, setWarn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MvnProjectConfigServiceImpl

public MvnProjectConfigServiceImpl()
方法详细信息

getGenLevelList

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

返回:
抛出:
Exception

getGenFilePath

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

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


Copyright © 2012 Devilishkom. All Rights Reserved.