org.tinygroup.codegen
Interface CodeGenerator

All Known Implementing Classes:
CodeGeneratorDefault

public interface CodeGenerator

代码生成器

Author:
yancheng11334

Field Summary
static String ABSOLUTE_PATH
           
static String CODE_META_DATA
           
static String JAVA_RES_ROOT
           
static String JAVA_ROOT
           
static String JAVA_TEST_RES_ROOT
           
static String JAVA_TEST_ROOT
           
static String TEMPLATE_FILE
           
static String XSTEAM_PACKAGE_NAME
           
 
Method Summary
 List<String> generate(org.tinygroup.context.Context context)
          代码生成处理方法
 

Field Detail

JAVA_ROOT

static final String JAVA_ROOT
See Also:
Constant Field Values

JAVA_TEST_ROOT

static final String JAVA_TEST_ROOT
See Also:
Constant Field Values

JAVA_RES_ROOT

static final String JAVA_RES_ROOT
See Also:
Constant Field Values

JAVA_TEST_RES_ROOT

static final String JAVA_TEST_RES_ROOT
See Also:
Constant Field Values

CODE_META_DATA

static final String CODE_META_DATA
See Also:
Constant Field Values

TEMPLATE_FILE

static final String TEMPLATE_FILE
See Also:
Constant Field Values

XSTEAM_PACKAGE_NAME

static final String XSTEAM_PACKAGE_NAME
See Also:
Constant Field Values

ABSOLUTE_PATH

static final String ABSOLUTE_PATH
See Also:
Constant Field Values
Method Detail

generate

List<String> generate(org.tinygroup.context.Context context)
                      throws IOException
代码生成处理方法

Parameters:
context - 上下文
Throws:
IOException


Copyright © 2006–2015 TinyGroup. All rights reserved.