Class DefaultShellServiceBuilder

java.lang.Object
com.aspectran.shell.service.DefaultShellServiceBuilder

public class DefaultShellServiceBuilder extends Object

Created: 4/1/24

  • Constructor Details

    • DefaultShellServiceBuilder

      public DefaultShellServiceBuilder()
  • Method Details

    • build

      @NonNull public static DefaultShellService build(AspectranConfig aspectranConfig, ShellConsole console)
      Returns a new instance of DefaultShellService.
      Parameters:
      aspectranConfig - the aspectran configuration
      console - the Console instance
      Returns:
      the instance of DefaultShellService