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 继承的方法 |
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.