Package | Description |
---|---|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.distribution |
Code to handle the distribution of files to the agents.
|
net.grinder.console.model |
The console model.
|
net.grinder.engine.common |
Common classes used by the Agent and Worker process implementations.
|
net.grinder.util |
Miscellaneous utility classes.
|
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 | Method and Description |
---|---|
void |
FileDistributionImplementation.setDirectory(Directory directory)
Update the distribution directory.
|
void |
FileDistribution.setDirectory(Directory directory)
Update the distribution directory.
|
Constructor and Description |
---|
FileDistributionImplementation(DistributionControl distributionControl,
ProcessControl processControl,
Directory directory,
Pattern distributionFileFilterPattern)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Directory |
ConsoleProperties.getDistributionDirectory()
Get the script distribution directory.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleProperties.setAndSaveDistributionDirectory(Directory distributionDirectory)
Set and save the script distribution directory.
|
void |
ConsoleProperties.setDistributionDirectory(Directory distributionDirectory)
Set and save the script distribution directory.
|
Modifier and Type | Method and Description |
---|---|
Directory |
ScriptLocation.getDirectory()
Accessor for the script working directory.
|
Constructor and Description |
---|
ScriptLocation(Directory directory,
File file)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Directory.copyTo(Directory target,
boolean incremental)
Copy contents of the directory to the target directory.
|
void |
FileContents.create(Directory baseDirectory)
Write the
FileContents to the given directory,
overwriting any existing content. |
Copyright © 2000-2014. All Rights Reserved.