eu.scape_project.xa.tw.tmpl
Class SectionCode
java.lang.Object
eu.scape_project.xa.tw.tmpl.Code
eu.scape_project.xa.tw.tmpl.SectionCode
public class SectionCode
- extends Code
Template-based service code generator.
The service code can be evaluated by the Velocity template
engine. Evaluation is performed by applying the Velocity context to the
source code content.
- Version:
- 0.3
- Author:
- shsdev https://github.com/shsdev
Constructor Summary |
SectionCode(String filePath)
Constructor for a service code instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionCode
public SectionCode(String filePath)
throws IOException
- Constructor for a service code instance
- Parameters:
filePath
- Path to template file
- Throws:
IOException
- Exception while reading the template file
Copyright © 2013. All Rights Reserved.