Package org.scijava.console
-
Interface Summary 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 onstdoutorstderr. -
Class Summary Class Description AbstractConsoleArgument Abstract superclass ofConsoleArgumentimplementations.ConsoleUtils Deprecated. Use alternatives instead (see individual method docs).DefaultConsoleService Default service for managing interaction with the console.MultiOutputStream AMultiOutputStreamis a collection of constituentOutputStreamobjects, to which all output is forwarded.MultiPrintStream APrintStreamthat wraps aMultiOutputStream.OutputEvent An event indicating output occurred onstdoutorstderr.SystemPropertyArgument Handles the-Dcommand line argument, in an analogous way to tools such as Java and Maven. -
Enum Summary Enum Description OutputEvent.Source Possible output sources.