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, setSelectioncloseShell getProvider()
UIContextgetProvider in interface UIContextboolean isInteractive()
boolean isVerbose()
Copyright © 2015 JBoss by Red Hat. All rights reserved.