|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.console.ConsoleFoundation
public final class ConsoleFoundation
This is the entry point of The Grinder console.
| Nested Class Summary | |
|---|---|
static interface |
ConsoleFoundation.UI
Contract for user interfaces. |
static class |
ConsoleFoundation.WireMessageDispatch
Factory that wires up the message dispatch. |
| Constructor Summary | |
|---|---|
ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless)
Constructor. |
|
ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless,
Timer timer,
ConsoleProperties properties)
Constructor. |
|
| Method Summary | |
|---|---|
void |
run()
Console message event loop. |
void |
shutdown()
Shut down the console. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless)
throws GrinderException
resources - Console resourceslogger - Logger.headless - true => run with the text UI.
GrinderException - If an error occurs.
public ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless,
Timer timer,
ConsoleProperties properties)
throws GrinderException
resources - Console resourceslogger - Logger.headless - true => run with the text UI.timer - A timer.properties - The properties.
GrinderException - If an error occurs.| Method Detail |
|---|
public void run()
shutdown().
public void shutdown()
Once stopped, the instance cannot be restarted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||