Interface | Description |
---|---|
ConsoleArgument |
A plugin which extends an application's command line argument handling.
|
ConsoleService |
Interface for service that manages interaction with the console.
|
OutputListener |
Listener for output on
stdout or stderr . |
Class | Description |
---|---|
AbstractConsoleArgument |
Abstract superclass of
ConsoleArgument implementations. |
ConsoleUtils | Deprecated
Use alternatives instead (see individual method docs).
|
DefaultConsoleService |
Default service for managing interaction with the console.
|
MultiOutputStream |
A
MultiOutputStream is a collection of constituent
OutputStream objects, to which all output is forwarded. |
MultiPrintStream |
A
PrintStream that wraps a MultiOutputStream . |
OutputEvent |
An event indicating output occurred on
stdout or stderr . |
SystemPropertyArgument |
Handles the
-D command line argument, in an analogous way to tools
such as Java and Maven. |
Enum | Description |
---|---|
OutputEvent.Source |
Possible output sources.
|
Copyright © 2015–2022 SciJava. All rights reserved.