Package com.aspectran.shell.service
Class DefaultShellServiceBuilder
java.lang.Object
com.aspectran.shell.service.DefaultShellServiceBuilder
Created: 4/1/24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultShellService
build
(AspectranConfig aspectranConfig, ShellConsole console) Returns a new instance ofDefaultShellService
.
-
Constructor Details
-
DefaultShellServiceBuilder
public DefaultShellServiceBuilder()
-
-
Method Details
-
build
@NonNull public static DefaultShellService build(AspectranConfig aspectranConfig, ShellConsole console) Returns a new instance ofDefaultShellService
.- Parameters:
aspectranConfig
- the aspectran configurationconsole
- theConsole
instance- Returns:
- the instance of
DefaultShellService
-