java.lang.Object
org.springframework.shell.standard.AbstractShellComponent
org.springframework.shell.standard.commands.Script
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ResourceLoaderAware

@ShellComponent public class Script extends AbstractShellComponent
A command that can read and execute other commands from a file.
  • Constructor Details

    • Script

      public Script(org.jline.reader.Parser parser)
  • Method Details