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

@ShellComponent public class Version extends AbstractShellComponent
Command to list version and other build related infos.
Author:
Janne Valkealahti, Mahmoud Ben Hassine
  • Constructor Details

  • Method Details

    • version

      @ShellMethod(key="version", value="Show version info") public org.jline.utils.AttributedString version()
    • setTemplate

      public void setTemplate(String template)