All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCommand AbstractCommandLine AbstractConsole The Abstract Class for Console I/O.AbstractShellService Abstract base class forShellServiceimplementations.AlreadySelectedException Thrown when more than one option in an option group has been provided.AmbiguousOptionException Exception thrown when an option can't be identified from a partial name.AnsiStyleHandler Created: 2017.Arguments Created: 2019-01-18AspectCommand Change the active state of an Aspect or view the list of registered Aspect.AspectranShell Main entry point for the Aspectran Shell.ClearCommand Clear the terminal screen.Command The Command interface allows the command interpreter to delegate tasks.Command.Descriptor An interface that can be used to describe the the functionality of the command implementation.CommandInterpreter The Shell Command Interpreter.CommandLineParser The Command Line Parser.CommandRegistry A registry that contains the commands known by a shell.Console The Interface for Console I/O.ConsoleTerminatedException This exception raised if a console is terminated.ConsoleWrapper DefaultConsole Console I/O implementation that supports System Console.DefaultOptionParser The default command option parser.DefaultShellService Provides an interactive shell that lets you use or control Aspectran directly from the command line.EchoCommand Displays a message on the screen.HelpCommand Display information about builtin commands.HelpFormatter A formatter of help messages for command line options.HistoryCommand A command that display or delete all previously run commands.JettyCommand Use the command 'jetty' to control the Jetty Server.JobCommand MissingOptionException Thrown when a required option has not been provided.MissingOptionValueException Thrown when an option requiring a value is not provided with a value.Option Describes a single command-line option.Option.Builder A nested builder class to createOptioninstances using descriptive methods.OptionGroup A group of mutually exclusive options.OptionParser A class that implements thisOptionParserinterface can parse a String array according to theOptionsspecified and return aParsedOptions.OptionParserException Base for Exceptions thrown during parsing of a command-line.Options Main entry-point into the library.OptionUtils Contains useful helper methods for classes within this package.OptionValueType Supported Option value types.OutputRedirection Created: 2017.OutputRedirection.MultiWriter The writer that handles multiple writers.OutputRedirection.Operator Output redirection operators.ParsedOptions Represents list of arguments parsed against aOptionsdescriptor.PBDecryptCommand Decrypts the input string using the encryption password.PBEncryptCommand Encrypts the input string using the encryption password.QuitCommand Releases all resources and exits this application.RestartCommand Restarts the Aspectran Shell.ShellActivity An activity that processes a shell command.ShellCommandInterpreter The Shell Command Interpreter.ShellCommandRegistry A registry that contains the commands known by a shell.ShellRequestAdapter Adapt Shell Request to CoreRequestAdapter.ShellResponseAdapter Adapt Shell Response to CoreResponseAdapter.ShellService The Interface ShellService.ShellSessionAdapter AdaptSessionAgentto CoreSessionAdapter.SysInfoCommand Displays current JVM runtime information.TransletCommand TransletCommandLine Parses the command line entered to execute the translet.UndertowCommand Use the command 'undertow' to control the Undertow Server.UnrecognizedOptionException Exception thrown during parsing signalling an unrecognized option was seen.VerboseCommand Turns on or off the mode that displays a description of the translet before it is executed.