|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.compiler.InvokerTool
public class InvokerTool
| Nested Class Summary | |
|---|---|
static class |
InvokerTool.DefaultObjectParser
|
static interface |
InvokerTool.ObjectParser
An ObjectParser describes how to convert string
values to objects. |
static class |
InvokerTool.TemplateArgumentException
|
static class |
InvokerTool.UsageException
|
| Constructor Summary | |
|---|---|
InvokerTool()
|
|
InvokerTool(InvokerTool.ObjectParser p_objectParser)
|
|
| Method Summary | |
|---|---|
protected void |
invoke(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvokerTool(InvokerTool.ObjectParser p_objectParser)
public InvokerTool()
| Method Detail |
|---|
protected void invoke(java.lang.String[] args)
throws InvokerTool.UsageException,
java.io.IOException,
InvokerTool.TemplateArgumentException,
TemplateInspector.UnknownArgumentsException,
TemplateInspector.InvalidTemplateException
InvokerTool.UsageException
java.io.IOException
InvokerTool.TemplateArgumentException
TemplateInspector.UnknownArgumentsException
TemplateInspector.InvalidTemplateException
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||