Uses of Interface
com.aspectran.shell.service.ShellService
Packages that use ShellService
Package
Description
Contains a variant of the activity interface for command-line application.
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 ShellServiceModifierConstructorDescriptionShellActivity
(ShellService shellService) Instantiates a new ShellActivity. -
Uses of ShellService in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return ShellServiceModifier and TypeMethodDescriptionAbstractCommand.getActiveShellService()
AbstractCommand.getShellService()
ConsoleCommander.getShellService()
DefaultConsoleCommander.getShellService()
Constructors in com.aspectran.shell.command with parameters of type ShellServiceModifierConstructorDescriptionShellTransletProcedure
(ShellService shellService, TransletRule transletRule, ParameterMap parameterMap, boolean procedural, boolean verbose) -
Uses of ShellService in com.aspectran.shell.service
Classes in com.aspectran.shell.service that implement ShellServiceModifier and TypeClassDescriptionclass
Abstract base class forShellService
implementations.class
Provides an interactive shell that lets you use or control Aspectran directly from the command line.