Class ShellProperties
java.lang.Object
org.springframework.cloud.dataflow.shell.ShellProperties
Spring Boot
ConfigurationProperties
to specify well known Spring Shell
properties. The property prefix is spring.shell
.- Author:
- Mark Pollack, Furer Alexander
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setCommandFile
(List<String> commandFile) void
setHistorySize
(int historySize)
-
Constructor Details
-
ShellProperties
public ShellProperties()
-
-
Method Details
-
getHistorySize
public int getHistorySize() -
setHistorySize
public void setHistorySize(int historySize) -
getCommandFile
-
setCommandFile
-