org.tinygroup.codegen.impl
Class CodeGeneratorDefault

java.lang.Object
  extended by org.tinygroup.codegen.impl.CodeGeneratorDefault
All Implemented Interfaces:
CodeGenerator

public class CodeGeneratorDefault
extends Object
implements CodeGenerator


Field Summary
 
Fields inherited from interface org.tinygroup.codegen.CodeGenerator
ABSOLUTE_PATH, CODE_META_DATA, JAVA_RES_ROOT, JAVA_ROOT, JAVA_TEST_RES_ROOT, JAVA_TEST_ROOT, TEMPLATE_FILE, XSTEAM_PACKAGE_NAME
 
Constructor Summary
CodeGeneratorDefault()
           
 
Method Summary
 List<String> generate(org.tinygroup.context.Context context)
          代码生成处理方法
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGeneratorDefault

public CodeGeneratorDefault()
Method Detail

generate

public List<String> generate(org.tinygroup.context.Context context)
                      throws IOException
Description copied from interface: CodeGenerator
代码生成处理方法

Specified by:
generate in interface CodeGenerator
Parameters:
context - 默认文件需要用到的上下文环境
Throws:
IOException


Copyright © 2006–2015 TinyGroup. All rights reserved.