public class CommandDictionaryBuilder extends Object
| Constructor and Description |
|---|
CommandDictionaryBuilder(Class klass)
Build a command dictionary for the given class.
|
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
getCommandDictionary()
Get the command dictionary.
|
public CommandDictionaryBuilder(Class klass) throws AmbiguousCommandException
klass - The class to build the dictionary fromAmbiguousCommandException - If ambiguity is detected.public Dictionary getCommandDictionary()
Copyright © 2018 LSST. All rights reserved.