public interface ShellContext extends UIContext
ShellContext
is passed to UICommand
objects when a command is invoked through a shell. This object
is not meant to be shared across different UICommand
implementations (except when it is used in a
UIWizard
and UIWizardStep
)Modifier and Type | Method and Description |
---|---|
Shell |
getProvider()
Returns the
UIProvider that created this UIContext object. |
boolean |
isInteractive()
If it's in interactive mode
|
boolean |
isVerbose()
If should display errors
|
addCommandExecutionListener, getAttributeMap, getInitialSelection, getListeners, getSelection, setSelection, setSelection
close
Shell getProvider()
UIContext
getProvider
in interface UIContext
boolean isInteractive()
boolean isVerbose()
Copyright © 2015 JBoss by Red Hat. All rights reserved.