org.jamon.compiler
Class InvokerTool

java.lang.Object
  extended by org.jamon.compiler.InvokerTool

public class InvokerTool
extends java.lang.Object


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

InvokerTool

public InvokerTool(InvokerTool.ObjectParser p_objectParser)

InvokerTool

public InvokerTool()
Method Detail

invoke

protected void invoke(java.lang.String[] args)
               throws InvokerTool.UsageException,
                      java.io.IOException,
                      InvokerTool.TemplateArgumentException,
                      TemplateInspector.UnknownArgumentsException,
                      TemplateInspector.InvalidTemplateException
Throws:
InvokerTool.UsageException
java.io.IOException
InvokerTool.TemplateArgumentException
TemplateInspector.UnknownArgumentsException
TemplateInspector.InvalidTemplateException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


jamon