public static class SpringShellProperties.Command extends Object
| Constructor and Description |
|---|
Command() |
| Modifier and Type | Method and Description |
|---|---|
SpringShellProperties.ClearCommand |
getClear() |
SpringShellProperties.CompletionCommand |
getCompletion() |
SpringShellProperties.HelpCommand |
getHelp() |
SpringShellProperties.HistoryCommand |
getHistory() |
SpringShellProperties.QuitCommand |
getQuit() |
SpringShellProperties.ScriptCommand |
getScript() |
SpringShellProperties.StacktraceCommand |
getStacktrace() |
SpringShellProperties.VersionCommand |
getVersion() |
void |
setClear(SpringShellProperties.ClearCommand clear) |
void |
setCompletion(SpringShellProperties.CompletionCommand completion) |
void |
setHelp(SpringShellProperties.HelpCommand help) |
void |
setHistory(SpringShellProperties.HistoryCommand history) |
void |
setQuit(SpringShellProperties.QuitCommand quit) |
void |
setScript(SpringShellProperties.ScriptCommand script) |
void |
setStacktrace(SpringShellProperties.StacktraceCommand stacktrace) |
void |
setVersion(SpringShellProperties.VersionCommand version) |
public void setHelp(SpringShellProperties.HelpCommand help)
public SpringShellProperties.HelpCommand getHelp()
public SpringShellProperties.ClearCommand getClear()
public void setClear(SpringShellProperties.ClearCommand clear)
public SpringShellProperties.QuitCommand getQuit()
public void setQuit(SpringShellProperties.QuitCommand quit)
public SpringShellProperties.StacktraceCommand getStacktrace()
public void setStacktrace(SpringShellProperties.StacktraceCommand stacktrace)
public SpringShellProperties.ScriptCommand getScript()
public void setScript(SpringShellProperties.ScriptCommand script)
public SpringShellProperties.HistoryCommand getHistory()
public void setHistory(SpringShellProperties.HistoryCommand history)
public SpringShellProperties.CompletionCommand getCompletion()
public void setCompletion(SpringShellProperties.CompletionCommand completion)
public SpringShellProperties.VersionCommand getVersion()
public void setVersion(SpringShellProperties.VersionCommand version)
Copyright © 2023. All rights reserved.