public class CommandContextImpl extends Object implements CommandContext
| Constructor and Description |
|---|
CommandContextImpl(Arguments args,
CommandContextFactory ctxFactory) |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
getArguments() |
CommandContextFactory |
getCommandContextFactory() |
CommandRegistry |
getCommandRegistry() |
Console |
getConsole() |
public CommandContextImpl(Arguments args, CommandContextFactory ctxFactory)
public Console getConsole()
getConsole in interface CommandContextpublic Arguments getArguments()
getArguments in interface CommandContextpublic CommandRegistry getCommandRegistry()
getCommandRegistry in interface CommandContextpublic CommandContextFactory getCommandContextFactory()
getCommandContextFactory in interface CommandContextCopyright © 2013. All Rights Reserved.