Uses of Interface
com.aspectran.shell.service.ShellService
-
Packages that use ShellService Package Description com.aspectran.shell.activity Contains a variant of the activity interface for command-line application.com.aspectran.shell.command com.aspectran.shell.console A package for enhanced shell input and output.com.aspectran.shell.service Contains a variant of the service interface for command-line application. -
-
Uses of ShellService in com.aspectran.shell.activity
Constructors in com.aspectran.shell.activity with parameters of type ShellService Constructor Description ShellActivity(ShellService service)Instantiates a new ShellActivity. -
Uses of ShellService in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ShellService Modifier and Type Method Description ShellServiceAbstractCommand. getService()ShellServiceCommandRegistry. getService()Constructors in com.aspectran.shell.command with parameters of type ShellService Constructor Description CommandRegistry(ShellService service)ShellCommander(ShellService service) -
Uses of ShellService in com.aspectran.shell.console
Methods in com.aspectran.shell.console with parameters of type ShellService Modifier and Type Method Description voidAbstractConsole. setService(ShellService service)voidConsole. setService(ShellService service) -
Uses of ShellService in com.aspectran.shell.service
Classes in com.aspectran.shell.service that implement ShellService Modifier and Type Class Description classAbstractShellServiceAbstract base class forShellServiceimplementations.classAspectranShellServiceThe Class AspectranShellService.Methods in com.aspectran.shell.service that return ShellService Modifier and Type Method Description static ShellServiceShellService. run(java.io.File aspectranConfigFile)Run the Shell Service, creating and starting a newShellService.static ShellServiceShellService. run(java.io.File aspectranConfigFile, Console console)Run the Shell Service, creating and starting a newShellService.
-