Package | Description |
---|---|
net.grinder.console |
The Grinder console.
|
net.grinder.console.common |
Common classes used by the console implementation.
|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.editor |
The console model of the editor state.
|
net.grinder.console.model |
The console model.
|
net.grinder.console.swingui |
Swing implementation of the console.
|
net.grinder.console.textui |
Text UI for the console.
|
Constructor and Description |
---|
ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless)
Constructor.
|
ConsoleFoundation(Resources resources,
org.slf4j.Logger logger,
boolean headless,
Timer timer,
ConsoleProperties properties)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourcesImplementation
Type safe interface to resource bundle.
|
Constructor and Description |
---|
DisplayMessageConsoleException(Resources resources,
String resourceKey)
Constructor.
|
DisplayMessageConsoleException(Resources resources,
String resourceKey,
Exception e)
Constructor.
|
DisplayMessageConsoleException(Resources resources,
String resourceKey,
Object[] arguments)
Constructor.
|
DisplayMessageConsoleException(Resources resources,
String resourceKey,
Object[] arguments,
Exception e)
Constructor.
|
ProcessReportDescriptionFactory(Resources resources)
Constructor.
|
Constructor and Description |
---|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority)
Constructor that uses a default idlePollDelay.
|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority,
long idlePollDelay,
long inactiveClientTimeOut)
Constructor.
|
ProcessControlImplementation(Timer timer,
ConsoleCommunication consoleCommunication,
Resources resources)
Constructor.
|
Constructor and Description |
---|
EditorModel(Resources resources,
TextSource.Factory textSourceFactory,
AgentCacheState agentCacheState,
FileChangeWatcher fileChangeWatcher)
Constructor.
|
Constructor and Description |
---|
ConsoleProperties(Resources resources,
File file)
Construct a ConsoleProperties backed by the given file.
|
SampleModelImplementation(ConsoleProperties properties,
StatisticsServices statisticsServices,
Timer timer,
Resources resources,
ErrorHandler errorHandler)
Creates a new
SampleModelImplementation instance. |
Constructor and Description |
---|
ConsoleUI(Resources resources,
ConsoleProperties consoleProperties,
SampleModel model,
SampleModelViews sampleModelViews,
ProcessControl processControl,
FileDistribution fileDistribution,
org.slf4j.Logger logger)
Creates a new
ConsoleUI instance. |
Constructor and Description |
---|
TextUI(Resources resources,
ProcessControl processControl,
SampleModel sampleModel,
org.slf4j.Logger logger)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.