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 CommandContext
public Arguments getArguments()
getArguments
in interface CommandContext
public CommandRegistry getCommandRegistry()
getCommandRegistry
in interface CommandContext
public CommandContextFactory getCommandContextFactory()
getCommandContextFactory
in interface CommandContext
Copyright © 2013. All Rights Reserved.