| Interface | Description |
|---|---|
| VerboseCommandOutputConfig |
Dynamic config for
VerboseCommandOutput |
| Class | Description |
|---|---|
| CommandInput |
An abstract class that provides command line input line by line
|
| CommandOutput |
General abstract class to output message and values
|
| FileCommandInput |
Implementation of CommandInput with given File
|
| FileCommandOutput |
Output with a file
|
| InputStreamCommandInput |
Implementation of
CommandInput with an input stream |
| JlineCommandInput |
Implementation of input that reads command from jloin console input
|
| PrintStreamCommandOutput |
Implementation of CommandOutput where output is written in given PrintStream objects
|
| UnimplementedCommandInput |
Unimplemented version of command input
|
| ValueOutputFormat |
A utility to print out object values in particular format.
|
| VerboseCommandOutput |
Command output implementation where detail message can be turned on and off dynamically
|
| WriterCommandOutput |
A command output that writes result and message to given writers
|
| Enum | Description |
|---|---|
| VerboseLevel |
Level of verbose option
|
| Exception | Description |
|---|---|
| RuntimeIOException |
Unchecked version of IOException
|
Copyright © 2008–2020. All rights reserved.