See: Description
Interface | Description |
---|---|
Arguments<A extends Arguments<A>> |
Interface implemented by command arguments.
|
Command<A extends Arguments<A>> | |
CommandInterface<R> |
A command interface defines the different ways a certain
Command can
be invoked (or instantiated). |
Class | Description |
---|---|
AbstractCommand<A extends Arguments<A>> |
Abstract base class suitable for most command implementations.
|
JoinedCommand<A extends Arguments<A>> |
A composite command joining two commands.
|
NoOp |
A command that performs no operation.
|
NoOp.Args |
Arguments for NoOp.
|
Exception | Description |
---|---|
ExitValueException |
An exception thrown when a command terminates with an error; in Unix, the
command would return a value different from zero.
|
Copyright © 2024. All rights reserved.