public class InvokerTool extends Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
InvokerTool() |
InvokerTool(InvokerTool.ObjectParser objectParser) |
Modifier and Type | Method and Description |
---|---|
protected void |
invoke(String[] args) |
static void |
main(String[] args) |
public InvokerTool(InvokerTool.ObjectParser objectParser)
public InvokerTool()
protected void invoke(String[] args) throws InvokerTool.UsageException, IOException, InvokerTool.TemplateArgumentException, TemplateInspector.UnknownArgumentsException, TemplateInspector.InvalidTemplateException
Copyright © 2003–2016 Jamon developers. All rights reserved.