Package org.springframework.shell.boot
Class SpringShellProperties
java.lang.Object
org.springframework.shell.boot.SpringShellProperties
Configuration properties for shell.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic enumstatic classstatic classstatic classstatic classstatic classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetHelp()getTheme()voidsetCommand(SpringShellProperties.Command command) voidvoidsetContext(SpringShellProperties.Context context) voidvoidsetHistory(SpringShellProperties.History history) voidsetInteractive(SpringShellProperties.Interactive interactive) voidsetNoninteractive(SpringShellProperties.Noninteractive noninteractive) voidvoidvoid
- 
Constructor Details- 
SpringShellPropertiespublic SpringShellProperties()
 
- 
- 
Method Details- 
setConfig
- 
getConfig
- 
getHistory
- 
setHistory
- 
getScript
- 
setScript
- 
setInteractive
- 
getInteractive
- 
getNoninteractive
- 
setNoninteractive
- 
getTheme
- 
setTheme
- 
getCommand
- 
setCommand
- 
setHelp
- 
getHelp
- 
getOption
- 
setOption
- 
getContext
- 
setContext
 
-