@ConfigurationProperties(prefix="spring.shell") public class SpringShellProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringShellProperties.ClearCommand |
static class |
SpringShellProperties.Command |
static class |
SpringShellProperties.CompletionCommand |
static class |
SpringShellProperties.Config |
static class |
SpringShellProperties.HelpCommand |
static class |
SpringShellProperties.History |
static class |
SpringShellProperties.HistoryCommand |
static class |
SpringShellProperties.Interactive |
static class |
SpringShellProperties.Noninteractive |
static class |
SpringShellProperties.QuitCommand |
static class |
SpringShellProperties.Script |
static class |
SpringShellProperties.ScriptCommand |
static class |
SpringShellProperties.StacktraceCommand |
static class |
SpringShellProperties.Theme |
static class |
SpringShellProperties.VersionCommand |
| Constructor and Description |
|---|
SpringShellProperties() |
| Modifier and Type | Method and Description |
|---|---|
SpringShellProperties.Command |
getCommand() |
SpringShellProperties.Config |
getConfig() |
SpringShellProperties.History |
getHistory() |
SpringShellProperties.Interactive |
getInteractive() |
SpringShellProperties.Noninteractive |
getNoninteractive() |
SpringShellProperties.Script |
getScript() |
SpringShellProperties.Theme |
getTheme() |
void |
setCommand(SpringShellProperties.Command command) |
void |
setConfig(SpringShellProperties.Config config) |
void |
setHistory(SpringShellProperties.History history) |
void |
setInteractive(SpringShellProperties.Interactive interactive) |
void |
setNoninteractive(SpringShellProperties.Noninteractive noninteractive) |
void |
setScript(SpringShellProperties.Script script) |
void |
setTheme(SpringShellProperties.Theme theme) |
public void setConfig(SpringShellProperties.Config config)
public SpringShellProperties.Config getConfig()
public SpringShellProperties.History getHistory()
public void setHistory(SpringShellProperties.History history)
public SpringShellProperties.Script getScript()
public void setScript(SpringShellProperties.Script script)
public void setInteractive(SpringShellProperties.Interactive interactive)
public SpringShellProperties.Interactive getInteractive()
public SpringShellProperties.Noninteractive getNoninteractive()
public void setNoninteractive(SpringShellProperties.Noninteractive noninteractive)
public SpringShellProperties.Theme getTheme()
public void setTheme(SpringShellProperties.Theme theme)
public SpringShellProperties.Command getCommand()
public void setCommand(SpringShellProperties.Command command)
Copyright © 2023. All rights reserved.