public interface CommandContext
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Provides access to the arguments to the command.
|
IO |
getIo()
The input/output for the command.
|
Shell |
getShell()
The invoking shell instance.
|
Variables |
getVariables()
The variables for the command.
|
Shell getShell()
Object[] getArguments()
IO getIo()
Variables getVariables()
Copyright © 2008-2012 Sonatype. All Rights Reserved.