| Interface | Description |
|---|---|
| CliCommand |
CLI handler, usually a query invoker.
|
| CliRuntimeFactory<RuntimeType extends ProcessRuntime<?,?,?>> |
Runtime factory available from command line.
|
| Class | Description |
|---|---|
| CliCommandOptionHandler | |
| GrepCommand | |
| GroovyCommand |
Execute arbitrary groovy expression on runtime.
|
| GroovyshCommand |
Run groovysh with imported Dumpling to investigate threaddump interactively.
|
| HelpCommand | |
| Main |
Cli entry point.
|
| Main.ProcessRuntimeOptionHandler | |
| ProcessStream |
Input/output stream aggregator.
|
| ThreaddumpCommand |
Print threaddump as string.
|
| Exception | Description |
|---|---|
| CommandFailedException |
Command invocation failed in a way it is pointless to show usage.
|
Copyright © 2016. All rights reserved.