public class Cli extends Object
| Constructor and Description |
|---|
Cli(JarLocation location,
Bootstrap<?> bootstrap,
OutputStream stdOut,
OutputStream stdErr)
Create a new CLI interface for a application and its bootstrapped environment.
|
public Cli(JarLocation location, Bootstrap<?> bootstrap, OutputStream stdOut, OutputStream stdErr)
location - the location of the applicationbootstrap - the bootstrap for the applicationstdOut - standard outstdErr - standard errCopyright © 2015. All rights reserved.