Class ShellProperties

java.lang.Object
org.springframework.cloud.dataflow.shell.ShellProperties

@ConfigurationProperties(prefix="spring.shell") public class ShellProperties extends Object
Spring Boot ConfigurationProperties to specify well known Spring Shell properties. The property prefix is spring.shell.
Author:
Mark Pollack, Furer Alexander
  • Constructor Details

    • ShellProperties

      public ShellProperties()
  • Method Details

    • getHistorySize

      public int getHistorySize()
    • setHistorySize

      public void setHistorySize(int historySize)
    • getCommandFile

      public List<String> getCommandFile()
    • setCommandFile

      public void setCommandFile(List<String> commandFile)