public class LocalBuilders extends Object
| Constructor and Description |
|---|
LocalBuilders() |
| Modifier and Type | Method and Description |
|---|---|
static LocalCommandDictionary |
factory(Class clazz)
*
this factory gets a LocalCommandDictionary which might be in
a local cache.
|
static RawCommand |
toRawCommand(String string,
Method meth)
converts an unparsed command into a command that can be invoked
|
static RawCommand |
toRawCommand(TokenizedCommand cmd,
Method meth) |
public static LocalCommandDictionary factory(Class clazz)
public static RawCommand toRawCommand(String string, Method meth) throws CommandInvocationException
string - the text to be parsedmeth - the Method ready to be calledCommandInvocationException - if parsing does not behave wellpublic static RawCommand toRawCommand(TokenizedCommand cmd, Method meth) throws CommandInvocationException
CommandInvocationExceptionCopyright © 2014 LSST. All Rights Reserved.