Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

ABORT_TESTJOB_FILE_NAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
The existence of this file in the data output directory effects that the test is aborted.
AbsoluteLineNumberAndColumnOffsetComparator - Static variable in class com.dkfqs.tools.text.UniquePatternDetectorElement
Comparator for sorting first by absolute line number offset and second by absolute line column offset
AbstractJavaTest - Class in com.dkfqs.tools.javatest
An abstract class for a test program which supports the 'DKFQS All Purpose Interface Type 1'.
AbstractJavaTest(int) - Constructor for class com.dkfqs.tools.javatest.AbstractJavaTest
Constructor: Create a new instance.
AbstractJavaTest.ResourceFiles - Annotation Type in com.dkfqs.tools.javatest
Additional files which are required to execute the test program, such as jar-files and input-files.
AbstractJavaTestHttpPluginExecute - Class in com.dkfqs.tools.javatest
Test the execution of a java test plug-in which is bound to a HTTP call.
AbstractJavaTestHttpPluginExecute() - Constructor for class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
 
AbstractJavaTestHttpPluginInterface - Interface in com.dkfqs.tools.javatest
The interface for a Java test plug-in which is bound to a HTTP call.
AbstractJavaTestHttpPluginInterface.PluginResourceFiles - Annotation Type in com.dkfqs.tools.javatest
Additional files which are required to execute the plug-in, such as jar-files and configuration files.
AbstractJavaTestPeriodicThread - Class in com.dkfqs.tools.javatest
A thread which calls periodically the AbstractJavaTestPeriodicThreadInterface.
AbstractJavaTestPeriodicThread(AbstractJavaTest, long, AbstractJavaTestPeriodicThreadInterface) - Constructor for class com.dkfqs.tools.javatest.AbstractJavaTestPeriodicThread
Create a new instance.
AbstractJavaTestPeriodicThreadInterface - Interface in com.dkfqs.tools.javatest
A callback interface which is periodically called by an AbstractJavaTestPeriodicThread.
AbstractJavaTestPluginContext - Class in com.dkfqs.tools.javatest
The (transient) plug-in context - valid once for a single one plug-in method call.
AbstractJavaTestPluginContext(int, int) - Constructor for class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Create a new instance - before invoke the plug-in method call.
AbstractJavaTestPluginExecute - Class in com.dkfqs.tools.javatest
Test the execution of a 'normal' java test plug-in.
AbstractJavaTestPluginExecute() - Constructor for class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
 
AbstractJavaTestPluginInterface - Interface in com.dkfqs.tools.javatest
The interface for a 'normal' Java test plug-in.
AbstractJavaTestPluginInterface.PluginResourceFiles - Annotation Type in com.dkfqs.tools.javatest
Additional files which are required to execute the plug-in, such as jar-files and configuration files.
AbstractJavaTestPluginSessionFailedException - Exception in com.dkfqs.tools.javatest
Signals from a plug-in that the execution of a user-session has failed, but that the user should continue to execute the next session.
AbstractJavaTestPluginSessionFailedException() - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginSessionFailedException
Constructs a AbstractJavaTestPluginSessionFailedException with no detail message.
AbstractJavaTestPluginSessionFailedException(String) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginSessionFailedException
Constructs a AbstractJavaTestPluginSessionFailedException with the specified detail message.
AbstractJavaTestPluginSessionFailedException(String, Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginSessionFailedException
Creates a AbstractJavaTestPluginSessionFailedException with the specified detail message and cause.
AbstractJavaTestPluginSessionFailedException(Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginSessionFailedException
Creates a AbstractJavaTestPluginSessionFailedException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
AbstractJavaTestPluginTestFailedException - Exception in com.dkfqs.tools.javatest
Signals from a plug-in that the execution of the test should be stopped.
AbstractJavaTestPluginTestFailedException() - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginTestFailedException
Constructs a AbstractJavaTestPluginTestFailedException with no detail message.
AbstractJavaTestPluginTestFailedException(String) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginTestFailedException
Constructs a AbstractJavaTestPluginTestFailedException with the specified detail message.
AbstractJavaTestPluginTestFailedException(String, Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginTestFailedException
Creates a AbstractJavaTestPluginTestFailedException with the specified detail message and cause.
AbstractJavaTestPluginTestFailedException(Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginTestFailedException
Creates a AbstractJavaTestPluginTestFailedException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
AbstractJavaTestPluginUserFailedException - Exception in com.dkfqs.tools.javatest
Signals from a plug-in that further execution of the user should be stopped.
AbstractJavaTestPluginUserFailedException() - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginUserFailedException
Constructs a AbstractJavaTestPluginUserFailedException with no detail message.
AbstractJavaTestPluginUserFailedException(String) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginUserFailedException
Constructs a AbstractJavaTestPluginUserFailedException with the specified detail message.
AbstractJavaTestPluginUserFailedException(String, Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginUserFailedException
Creates a AbstractJavaTestPluginUserFailedException with the specified detail message and cause.
AbstractJavaTestPluginUserFailedException(Throwable) - Constructor for exception com.dkfqs.tools.javatest.AbstractJavaTestPluginUserFailedException
Creates a AbstractJavaTestPluginUserFailedException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
abstractMain(String[]) - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Static Main: Get all generic arguments passed from the command line of the main program.
add(int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified int value to the end of this array.
add(long) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified long value to the end of this array.
add(float) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified float value to the end of this array.
add(double) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified double value to the end of this array.
add(boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified boolean value to the end of this array.
add(String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the JSON representation of the specified string to the end of this array.
add(JsonValue) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Appends the specified JSON value to the end of this array.
add(String, int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified int value.
add(String, long) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified long value.
add(String, float) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified float value.
add(String, double) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified double value.
add(String, boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified boolean value.
add(String, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the JSON representation of the specified string.
add(String, JsonValue) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Appends a new member to the end of this object, with the specified name and the specified JSON value.
addAverageDeltaAndCurrentValue(long, long, long, long, long) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add delta values to the average and set the current value for a 'average-and-current-value' statistic.
addClientAuthKeyManagers(String, int, KeyManager[]) - Method in class com.dkfqs.tools.http.HTTPClient
Add SSL key managers for client authentication, for a particular HTTPS host and port.
addContent(byte[]) - Method in class com.dkfqs.tools.http.HTTPRequestContent
Add the data of a byte array to the content.
addContent(String) - Method in class com.dkfqs.tools.http.HTTPRequestContent
Add the data of a string to the content.
addContent(String, Charset) - Method in class com.dkfqs.tools.http.HTTPRequestContent
Add the data of a string to the content.
addCounterLong(long, long) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Increment the counter of a declared 'cumulative-counter-long' statistic.
addEfficiencyRatioDelta(long, long, long) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add efficiency ratio delta values to a 'efficiency-ratio-percent' statistic.
addHttpBasicAuthentication(String, String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Add HTTP Basic Authentication credentials to the WebSocket upgrade request.
addHttpCookie(String, String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Add a HTTP cookie to the WebSocket upgrade request.
addHttpHeaderField(String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Add an additional HTTP header field to the WebSocket upgrade request.
addLogAdapter(LogAdapterInterface) - Method in class com.dkfqs.tools.logging.CombinedLogAdapter
Add a log adapter.
addOrReplaceCookie(HttpCookie) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Add or replace a cookie.
addOrReplaceHeaderField(String, String) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Add or replace a HTTP header field.
addSampleError(long, String, String, String, String, String) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add an error to a declared statistic (for example when measuring a data sample did fail).
addSampleLong(long, long) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add a measured long value to a statistic.
addSimulatedUser(AbstractJavaTest) - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Add an instance of a simulated user.
addTestResultAnnotationExecEvent(String) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add an execution annotation event to the test result.
addThroughputDelta(long, double) - Method in class com.dkfqs.tools.javatest.AbstractJavaTest
All Purpose Interface: Add a measured delta value to a throughput statistic.
AnchorDelimiterCharsTokenValueAssigner - Class in com.dkfqs.tools.text
Find first an anchor pattern in a content, and then, starting from the anchor pattern, split the remaining content into tokens and replace the text of a token number.
AnchorDelimiterCharsTokenValueAssigner(String, String, String, String, int) - Constructor for class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
Create a new instance.
AnchorDelimiterCharsTokenValueExtractor - Class in com.dkfqs.tools.text
Find first an anchor pattern in a content, and then, starting from the anchor pattern, get all values (tokens) which are enfolded by a one of the delimiter chars.
AnchorDelimiterCharsTokenValueExtractor(String, String, String) - Constructor for class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueExtractor
Create a new instance.
array() - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new empty JsonArray.
array(int...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given int values.
array(long...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given long values.
array(float...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given float values.
array(double...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given double values.
array(boolean...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given boolean values.
array(String...) - Static method in class com.dkfqs.tools.json.eclipsesource.Json
Creates a new JsonArray that contains the JSON representations of the given strings.
asArray() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
 
asArray() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as JsonArray, assuming that this value represents a JSON array.
asBoolean() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as a boolean value, assuming that this value is either true or false.
asDouble() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as a double value, assuming that this value represents a JSON number.
asFloat() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as a float value, assuming that this value represents a JSON number.
asInt() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as an int value, assuming that this value represents a JSON number that can be interpreted as Java int.
asLong() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as a long value, assuming that this value represents a JSON number that can be interpreted as Java long.
asObject() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
 
asObject() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as JsonObject, assuming that this value represents a JSON object.
asString() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
Returns this JSON value as String, assuming that this value represents a JSON string.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links