public class Dumper
extends java.lang.Object
| Constructor and Description |
|---|
Dumper(java.lang.Iterable<DumperPlugin> dumperPlugins) |
Dumper(java.lang.Iterable<DumperPlugin> dumperPlugins,
CommandLineParser parser) |
| Modifier and Type | Method and Description |
|---|---|
int |
dump(java.io.InputStream input,
java.io.PrintStream out,
java.io.PrintStream err,
java.lang.String[] args)
Execute the dump method as if it were a fragile external command.
|
public Dumper(java.lang.Iterable<DumperPlugin> dumperPlugins)
public Dumper(java.lang.Iterable<DumperPlugin> dumperPlugins, CommandLineParser parser)
public int dump(java.io.InputStream input,
java.io.PrintStream out,
java.io.PrintStream err,
java.lang.String[] args)
input - Input that came from the CLI's stdin.out - Output that will eventually make its way to the CLI's stdout.err - Output that will eventually make its way to the CLI's stderr.args - Argument list as passed from the CLI.