Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplayMessageConsoleException
Exception that can be displayed through the user interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessControl.startWorkerProcessesWithDistributedFiles(Directory distributionDirectory,
GrinderProperties properties)
A variant of
ProcessControl.startWorkerProcesses(net.grinder.common.GrinderProperties) that checks the properties are
reasonable for the distribution directory, and adjusts the supplied
properties to have the appropriate relative paths. |
void |
ProcessControlImplementation.startWorkerProcessesWithDistributedFiles(Directory distributionDirectory,
GrinderProperties properties)
A variant of
ProcessControl.startWorkerProcesses(net.grinder.common.GrinderProperties) that checks the properties are
reasonable for the distribution directory, and adjusts the supplied
properties to have the appropriate relative paths. |
Modifier and Type | Class and Description |
---|---|
class |
EditorException
Exception that indicates an editor model related problem.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorModel.openWithExternalEditor(File file)
Open the given file with the external file.
|
Buffer |
EditorModel.selectBufferForFile(File file)
Select the buffer for the given file.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleProperties.save()
Save to the associated file.
|
void |
ConsoleProperties.setAndSaveDistributionDirectory(Directory distributionDirectory)
Set and save the script distribution directory.
|
void |
ConsoleProperties.setAndSaveFrameBounds(Rectangle bounds)
Set and save the location and size of the console frame.
|
void |
ConsoleProperties.setAndSavePropertiesFile(File propertiesFile)
Set and save the properties file.
|
void |
ConsoleProperties.setCollectSampleCount(int n)
Set the number of samples to collect.
|
void |
ConsoleProperties.setConsoleHost(String s)
Set the console host.
|
void |
ConsoleProperties.setConsolePort(int i)
Set the console port.
|
void |
ConsoleProperties.setDistributeOnStartAsk(boolean value)
Set and save whether the user wants to distribute files automatically when
starting processes.
|
void |
ConsoleProperties.setDistributionFileFilterExpression(String expression)
Set the distribution file filter regular expression.
|
void |
ConsoleProperties.setHttpHost(String s)
Set the HTTP host.
|
void |
ConsoleProperties.setHttpPort(int i)
Set the HTTP port.
|
void |
ConsoleProperties.setIgnoreSampleCount(int n)
Set the number of samples to collect.
|
void |
ConsoleProperties.setPropertiesNotSetAsk(boolean value)
Set and save whether the user wants to be asked if console should be reset
with the worker processes.
|
void |
ConsoleProperties.setResetConsoleWithProcessesAsk(boolean value)
Set and save whether the user wants to be asked if console should be reset
with the worker processes.
|
void |
ConsoleProperties.setSampleInterval(int interval)
Set the sample interval.
|
void |
ConsoleProperties.setSaveTotalsWithResults(boolean b)
Set whether saved results files should include the Totals line.
|
void |
ConsoleProperties.setScanDistributionFilesPeriod(int i)
Set the period at which the distribution files should be scanned.
|
void |
ConsoleProperties.setSignificantFigures(int n)
Set the number of significant figures.
|
void |
ConsoleProperties.setStartWithUnsavedBuffersAsk(boolean value)
Set and save whether the user wants to be warned when starting processes
with unsaved buffers.
|
void |
ConsoleProperties.setStopProcessesAsk(boolean value)
Set and save whether the user wants to be asked to confirm that processes
should be stopped.
|
Constructor and Description |
---|
ConsoleProperties(Resources resources,
File file)
Construct a ConsoleProperties backed by the given file.
|
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. |
Copyright © 2000-2014. All Rights Reserved.