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.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, Console console)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()ShellServiceCommandInterpreter. getService()ShellServiceShellCommandInterpreter. getService() -
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.classDefaultShellServiceProvides an interactive shell that lets you use or control Aspectran directly from the command line.
-