org.teatrove.tea.util
Class CallRetrofitter
java.lang.Object
org.teatrove.tea.util.CallRetrofitter
public class CallRetrofitter
- extends Object
Command-line tool that puts the 'call' keyword in front of template calls
in templates compatable with pre 3.x.x versions of Tea.
- Author:
- Brian S O'Neill
|
Method Summary |
static void |
main(String[] args)
Entry point for a command-line tool that puts the 'call' keyword in
front of template calls in templates compatable with pre 3.x.x versions
of Tea. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallRetrofitter
public CallRetrofitter()
main
public static void main(String[] args)
throws Exception
- Entry point for a command-line tool that puts the 'call' keyword in
front of template calls in templates compatable with pre 3.x.x versions
of Tea.
Usage: java org.teatrove.tea.util.CallRetrofitter {options}
<template root directory> {templates}
where {options} includes:
-context <class> Specify a runtime context class to compile against.
-encoding <encoding> Specify character encoding used by source files.
- Throws:
Exception
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.