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 

S

SearchAndReplaceTextInContent - Class in com.dkfqs.tools.text
Search and replace a text in a content, either at a specific match position, or at all match positions.
SearchAndReplaceTextInContent(String, String, String, int) - Constructor for class com.dkfqs.tools.text.SearchAndReplaceTextInContent
Create a new instance.
SearchTextInLines - Class in com.dkfqs.tools.text
Split a content into lines separated by '\n' chars and search a text within the lines.
SearchTextInLines(String) - Constructor for class com.dkfqs.tools.text.SearchTextInLines
Create a new instance.
SearchTextInLinesResult - Class in com.dkfqs.tools.text
A result of the SearchTextInLines class.
SearchTextInLinesResult(String, int, int, int, String, String) - Constructor for class com.dkfqs.tools.text.SearchTextInLinesResult
Create a new instance.
select(String) - Method in class com.dkfqs.tools.json.SimpleJsonValueExtractor
Select a simple Json value (String, long, boolean or null).
sendAsyncRequest(HTTPRequest) - Method in class com.dkfqs.tools.http.HTTPClient
Send a HTTP request as an asynchronous operation.
sendBinaryFrame(byte[]) - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Send a binary frame to the server which contains an enabled fin bit.
sendFrame(Frame) - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Generic method for sending a frame to the server.
sendPingFrame(byte[]) - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Send a ping frame to the server which contains an enabled fin bit.
sendPongFrame(byte[]) - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Send a pong frame to the server which contains an enabled fin bit.
sendTextFrame(String) - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
Send a text frame to the server which contains an enabled fin bit.
SESSION_STATUS_END_OF_TEST - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Session status end of test: The execution of the session has failed and further execution of all users is stopped.
SESSION_STATUS_END_OF_USER - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Session status end of user: The execution of the session has failed and further execution of the user is stopped.
SESSION_STATUS_FAILED - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Session status failed: The execution of the session has failed, but the user continues to execute the next session.
SESSION_STATUS_SUCCESS - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
Session status success: The execution of user session was successful.
set(int, int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified int value.
set(int, long) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified long value.
set(int, float) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified float value.
set(int, double) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified double value.
set(int, boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified boolean value.
set(int, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the JSON representation of the specified string.
set(int, JsonValue) - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Replaces the element at the specified position in this array with the specified JSON value.
set(String, int) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified int value.
set(String, long) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified long value.
set(String, float) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified float value.
set(String, double) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified double value.
set(String, boolean) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified boolean value.
set(String, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the JSON representation of the specified string.
set(String, JsonValue) - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Sets the value of the member with the specified name to the specified JSON value.
setAsyncResponseHandler(HTTPClientAsyncResponseHandler) - Method in class com.dkfqs.tools.http.HTTPClient
Set the (implemented) interface for instantly processing the received HTTP responses.
setCallbackInterface(BufferedByteCountInputStreamCallbackInterface) - Method in class com.dkfqs.tools.lib.BufferedByteCountInputStream
Set or unset the callback interface.
setCallbackInterface(BufferedByteCountOutputStreamCallbackInterface) - Method in class com.dkfqs.tools.lib.BufferedByteCountOutputStream
Set or unset the callback interface.
setCharset(Charset) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set the charset (default = UTF-8).
setClientAuthKeyManagers(KeyManager[]) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set key managers for client authentication, for example extracted from a X509 client certificate.
setClientDebugger(HTTPClientDebuggerInterface) - Method in class com.dkfqs.tools.http.HTTPClient
Set a client debugger.
setCommentTag(String) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set the comment tag.
setConnectTimeoutMillis(int) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Override the default value for the socket connect timeout.
setContext(Object) - Method in class com.dkfqs.tools.http.HTTPRequest
Set an (optional) context.
setCountTransmitBytesInterfaces(HTTPClientCountBytesSentInterface, HTTPClientCountBytesReceivedInterface) - Method in class com.dkfqs.tools.http.HTTPClient
Set callback interfaces which are called each time when the HTTP client has sent or received a data fragment to/from a server.
setCyclicRead(boolean) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set if cyclic read is enabled (default = false).
setDebugToStdout() - Method in class com.dkfqs.tools.websocket.WebSocketClient
Enable that debug information is written to stdout.
setDefaultDNSServers(String[]) - Static method in class com.dkfqs.tools.dns.DNSResolver
Set or update the default DNS servers which are applied for all new instances of the DNSResolver.
setDelimiterChars(String) - Method in class com.dkfqs.tools.text.UniquePatternDetector
Set the delimiter chars.
setExcludeTextFragments(ArrayList<String>) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Set a list of text fragments which cannot be part of a text phrase.
setExcludeTextFragments(ArrayList<String>) - Method in class com.dkfqs.tools.text.UniquePatternDetector
Set a list of text fragments which cannot be part of a unique text pattern.
setFin(boolean) - Method in class com.dkfqs.tools.websocket.Frame
Set or clear the fin flag.
setFrameSendTimeoutMillis(long) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Override the default value for the frame send timeout.
setFrameSendTimeoutMillis(long) - Method in class com.dkfqs.tools.websocket.WebSocketClientSendWatchdogThread
Internal.
setHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Register an event listener to receive notifications that an SSL handshake has completed on this connection.
setHeaderFieldList(ArrayList<HTTPHeaderField>) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Set (replace) the list of all HTTP header fields.
setHeaderFields(ArrayList<String>) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Set (replace) all HTTP header fields.
setHttpOrigin(String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Set the value of the HTTP origin header field.
setHTTPProcessingTimeout(int) - Method in class com.dkfqs.tools.http.HTTPClient
Set the default value for the processing timeout per URL at HTTP level.
setHttpRequestContent(HTTPRequestContent, String) - Method in class com.dkfqs.tools.http.HTTPRequest
Add a HTTP request content.
setIncludeLineTerminatorsInDelimiterChars(boolean) - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
Set whether line terminator characters are added to the delimiter chars (default = true).
setKey(K) - Method in class com.dkfqs.tools.lib.KeyValuePair
Update/set the key.
setLeftSidePattern(byte[]) - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Set the left side binary pattern of the literals.
setLeftSidePattern(String) - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Set the left side pattern of the literals.
setLimitMaxResults(int) - Method in class com.dkfqs.tools.text.SearchTextInLines
Set the limit of the maximum number of search results (default = -1 = unlimited).
setLimitSSLVersion(String) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set/limit the maximal used SSL version.
setLimitSSLVersion(String) - Method in class com.dkfqs.tools.http.HTTPClient
Set/limit the maximal SSL version.
setLineNumberAndColumnOffset(int, int) - Method in class com.dkfqs.tools.text.UniquePatternDetectorElement
Set (optional) context information about the lime number offset and the line column offset.
setLocalOutboundAddress(InetAddress) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set a specific outbound IP address.
setLocalOutboundAddress(InetAddress) - Method in class com.dkfqs.tools.http.HTTPClient
Set or unset a specific outbound IP address.
setLocalOutboundAddress(InetAddress) - Method in class com.dkfqs.tools.lib.TCPSocket
Set a specific outbound IP address.
setLog(LogAdapterInterface) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginInterface
Called by environment when the instance is created.
setLog(LogAdapterInterface) - Method in interface com.dkfqs.tools.javatest.AbstractJavaTestPluginInterface
Called by environment when the instance is created.
setLog(LogAdapterInterface) - Method in interface com.dkfqs.tools.lib.SourceCodeModifierPluginInterface
Called by environment when the instance is created.
setLogLevel(int) - Method in class com.dkfqs.tools.logging.CircularMemoryLogAdapter
Set the log level.
setLogLevel(int) - Method in class com.dkfqs.tools.logging.CombinedLogAdapter
Set a new log level for all log adapters.
setLogLevel(int) - Method in interface com.dkfqs.tools.logging.LogAdapterInterface
Set the log level.
setLogLevel(int) - Method in class com.dkfqs.tools.logging.MemoryLogAdapter
Set the log level.
setLogLevel(int) - Method in class com.dkfqs.tools.logging.NullLogAdapter
Set the log level.
setLogLevel(int) - Method in class com.dkfqs.tools.logging.StdoutLogAdapter
Set the log level.
setMaskingKey(byte[]) - Method in class com.dkfqs.tools.websocket.Frame
Set the masking flag and the masking key, and mask the payload.
setMaxHTTPResponseSize(long) - Method in class com.dkfqs.tools.http.HTTPClient
Set the maximal size of a HTTP response in bytes (default = unlimited).
setMaxStoredHTTPResponseContentLength(long) - Method in class com.dkfqs.tools.http.HTTPClient
Set the maximal length of a stored HTTP response content in bytes.
setMaxTextElements(int) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Set the maximum number of potential text phrases.
setMaxTextLength(int) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Set the maximum length of a text phrase.
setMinTextLength(int) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Set the minimum length of a text phrase.
setName(String) - Method in class com.dkfqs.tools.http.HTTPHeaderField
Update the name.
setOpcode(byte) - Method in class com.dkfqs.tools.websocket.Frame
Set the opcode.
setOverallTimeout(int) - Method in class com.dkfqs.tools.http.HTTPClient
Set a synthetically calculated overall timeout for the URL calls
The 3 inner timeouts are calculated as follows: At first, the SSL Handshake Timeout is calculated: as 10% of the Overall Timeout but max.
setPayload(byte[]) - Method in class com.dkfqs.tools.websocket.Frame
Set the payload.
setPluginErrorStatus(int, String, Exception) - Method in class com.dkfqs.tools.javatest.AbstractJavaTestPluginContext
Set the execution status of the called plug-in method as failed.
setPrintableDelimiterChars(String) - Method in class com.dkfqs.tools.text.TextPhraseWizard
Set the printable delimiter chars.
setProcessingThreadName(String) - Method in class com.dkfqs.tools.http.HTTPRequest
Set the (optional) temporary thread name for processing this request.
setProtocol(String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Set the protocol (ws or wss).
setRandomizeLines(boolean) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set if randomizing the order of lines is enabled (default = false).
setRemoveDoubleQuotes(boolean) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set if double quotes are removed from the start and from the end of the tokens (default = false).
setReplaceReverse(boolean) - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
Set if the assign algorithm works in reverse order (default: false).
setRequestSpecificProcessingTimeoutMillis(long) - Method in class com.dkfqs.tools.http.HTTPRequest
Set the request specific HTTP processing timeout.
setResolveRetriesPerDNSServer(int) - Method in class com.dkfqs.tools.dns.DNSResolver
Set the number of resolve-retries per DNS server.
setResolveTimeoutPerDNSServerMillis(int) - Method in class com.dkfqs.tools.dns.DNSResolver
Set the DNS resolve timeout applied per DNS server.
setRightSidePattern(byte[]) - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInBinaryContent
Set the right side binary pattern of the literals.
setRightSidePattern(String) - Method in class com.dkfqs.tools.text.ReplaceVariableLiteralsInContent
Set the right side pattern of the literals.
setSearchPerLine(boolean) - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueExtractor
Set if the values are searched per line (default: true).
setSearchPerLine(boolean) - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueExtractor
Set if the values are searched per line (default: true).
setSearchPerLine(boolean) - Method in class com.dkfqs.tools.text.SimplePatternValueExtractor
Set if the values are searched per line (default: true).
setSearchReverse(boolean) - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueExtractor
Set if the extract algorithm works in reverse order (default: false).
setSearchReverse(boolean) - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Set if the algorithm works in reverse order (default: false).
setSearchReverse(boolean) - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueExtractor
Set if the extract algorithm works in reverse order (default: false).
setSSLHandshakeTimeout(int) - Method in class com.dkfqs.tools.http.HTTPClient
Set the SSL handshake timeout.
setSSLHandshakeTimeoutMillis(int) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set the SSL handshake timeout.
setStatusCodeFilter(String) - Method in class com.dkfqs.tools.lib.HTTPStatusCodeWildcardFilter
Set a new HTTP status code filter.
setSyntheticHeaderFields(String) - Method in class com.dkfqs.tools.http.HTTPRequestHeader
Set (replace) all HTTP request header fields (without the first line of the HTTP request header).
setTCPConnectTimeout(int) - Method in class com.dkfqs.tools.http.HTTPClient
Set the TCP connect timeout.
setTCPConnectTimeoutMillis(int) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set the TCP connect timeout.
setTCPConnectTimeoutMillis(int) - Method in class com.dkfqs.tools.lib.TCPSocket
Set the TCP connect timeout.
setThirdPartyCookiesEnabled(boolean) - Method in class com.dkfqs.tools.http.HTTPCookieHandler
Enable or disable third party cookies.
setTLSClientAuthenticationKeyManagers(KeyManager[]) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Set a TLS client authentication credential (derived from a client certificate).
setTLSProtocolVersion(String) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Override the default value for the TLS protocol version (which is used for encrypted wss connections only).
setTokenDelimiter(String) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set the token delimiter
setTraceRequestContentTypesSet(HashSet<String>) - Method in class com.dkfqs.tools.http.HTTPClient
Set a set of mime types for which the request content data are written to the log adapter at trace level.
setTraceResponseContentTypesSet(HashSet<String>) - Method in class com.dkfqs.tools.http.HTTPClient
Set a set of mime types for which the response content data are written to the log adapter at trace level.
setTrimExtractedValues(boolean) - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueExtractor
Set if leading and trailing whitespace are removed from the extracted values (default = false).
setTrimExtractedValues(boolean) - Method in class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
Set if the value of the tokens are trimmed (default = false).
setTrimExtractedValues(boolean) - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueExtractor
Set if leading and trailing whitespace are removed from the extracted values (default = false).
setTrimExtractedValues(boolean) - Method in class com.dkfqs.tools.text.SimplePatternValueExtractor
Set if leading and trailing whitespace are removed from the extracted values (default = false).
setTrustManager(TrustManager[]) - Method in class com.dkfqs.tools.crypto.EncryptedSocket
Set a specific X509 trust manager to validate certificate chains received from the server during the SSL handshake.
setTrustManager(TrustManager[]) - Method in class com.dkfqs.tools.http.HTTPClient
Set a specific SSL X509 trust manager, used to validate the certificate chain received from a HTTPS server during the SSL handshake.
setTrustManagers(TrustManager[]) - Method in class com.dkfqs.tools.websocket.WebSocketClient
Set a specific trust manager for the TLS (wss) protocol.
setValue(String) - Method in class com.dkfqs.tools.http.HTTPHeaderField
Update the value.
setValue(V) - Method in class com.dkfqs.tools.lib.KeyValuePair
Update/set the value.
SIMPLE_DATE_FORMAT - Static variable in class com.dkfqs.tools.lib.Utils
A simple date format with the pattern "yyyy-MM-dd HH:mm:ss".
SIMPLE_DATE_FORMAT_WITH_MILLIS - Static variable in class com.dkfqs.tools.lib.Utils
A simple date format with the pattern "yyyy-MM-dd HH:mm:ss.SSS".
SimpleCachedJsonValueExtractor - Class in com.dkfqs.tools.json
Extract simple single Json values from cached Json data by applying simple Json queries.
SimpleCachedJsonValueExtractor(String) - Constructor for class com.dkfqs.tools.json.SimpleCachedJsonValueExtractor
Create a new instance from a Json String and initialize the cache.
SimpleCachedJsonValueExtractor(Reader) - Constructor for class com.dkfqs.tools.json.SimpleCachedJsonValueExtractor
Create a new instance from a Json Reader and initialize the cache.
SimpleJsonParser - Class in com.dkfqs.tools.json
A simple JSON parser which recursively parses a JSON root object and calls for each simple JSON value the callback interface.
SimpleJsonParser(String) - Constructor for class com.dkfqs.tools.json.SimpleJsonParser
Create a new instance from a Json String.
SimpleJsonParser(Reader) - Constructor for class com.dkfqs.tools.json.SimpleJsonParser
Create a new instance from a Json Reader.
SimpleJsonParserCallbackInterface - Interface in com.dkfqs.tools.json
The callback interface of the SimpleJsonParser.
SimpleJsonValueExtractor - Class in com.dkfqs.tools.json
Extract simple single Json values from Json data by applying simple Json queries.
SimpleJsonValueExtractor(String) - Constructor for class com.dkfqs.tools.json.SimpleJsonValueExtractor
Create a new instance from a Json String.
SimpleJsonValueExtractor(Reader) - Constructor for class com.dkfqs.tools.json.SimpleJsonValueExtractor
Create a new instance from a Json Reader.
SimpleJsonValueModifier - Class in com.dkfqs.tools.json
Modify Json values of Json data selected by simple Json queries.
SimpleJsonValueModifier(String) - Constructor for class com.dkfqs.tools.json.SimpleJsonValueModifier
Create a new instance from a Json String.
SimpleJsonValueModifier(Reader) - Constructor for class com.dkfqs.tools.json.SimpleJsonValueModifier
Create a new instance from a Json Reader.
SimplePatternAnchorValueAssigner - Class in com.dkfqs.tools.text
Find first an anchor pattern in a content, and then, starting from the anchor pattern, replace one or all text-fragments which are enclosed by a left side pattern and a right pattern.
SimplePatternAnchorValueAssigner(String, String, String, String, String, int) - Constructor for class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
Create a new instance.
SimplePatternAnchorValueExtractor - Class in com.dkfqs.tools.text
Find first an anchor pattern in a content, and then, starting from the anchor pattern, extract all values which are enclosed by a left side pattern and a right pattern.
SimplePatternAnchorValueExtractor(String, String, String, String) - Constructor for class com.dkfqs.tools.text.SimplePatternAnchorValueExtractor
Create a new instance.
SimplePatternValueExtractor - Class in com.dkfqs.tools.text
Extract all values from a content which are enclosed by a left side pattern and a right pattern.
SimplePatternValueExtractor(String, String, String) - Constructor for class com.dkfqs.tools.text.SimplePatternValueExtractor
Create a new instance.
SimpleStringTokenizer - Class in com.dkfqs.tools.text
A simple string tokenizer which (optionally) also trims the tokens.
SimpleStringTokenizer(String, String, boolean) - Constructor for class com.dkfqs.tools.text.SimpleStringTokenizer
Create a new instance.
singleLine() - Static method in class com.dkfqs.tools.json.eclipsesource.PrettyPrint
Print every value on a separate line.
size() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
Returns the number of elements in this array.
size() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
Returns the number of members (name/value pairs) in this object.
sleep(long) - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Sleep for a while of milliseconds, but wake up earlier when the test must be aborted.
SOURCE_CODE_INPUT_FILE_NAME - Static variable in class com.dkfqs.tools.lib.SourceCodeModifierPluginExecute
The source code input file name.
SOURCE_CODE_OUTPUT_FILE_NAME - Static variable in class com.dkfqs.tools.lib.SourceCodeModifierPluginExecute
The source code output file name.
SOURCE_FILE_DATE_FORMAT - Static variable in class com.dkfqs.tools.lib.Utils
A simple date format with the pattern "dd MMM yyyy HH:mm:ss".
SourceCodeModifierPluginExecute - Class in com.dkfqs.tools.lib
Test the execution of a source code modifier plug-in which modifies the Java source code generated by the HTTP Test Wizard.
SourceCodeModifierPluginExecute() - Constructor for class com.dkfqs.tools.lib.SourceCodeModifierPluginExecute
 
SourceCodeModifierPluginInterface - Interface in com.dkfqs.tools.lib
An interface for plug-ins that modify the Java source code which is generated by the HTTP Test Wizard.
SourceCodeModifierPluginInterface.PluginResourceFiles - Annotation Type in com.dkfqs.tools.lib
Additional files which are required to execute the plug-in, such as jar-files and configuration files.
startArray() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of an array in the JSON input.
startArrayValue(A) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of an array element in the JSON input.
startBoolean() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of a boolean literal (true or false) in the JSON input.
startNull() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of a null literal in the JSON input.
startNumber() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of a number in the JSON input.
startObject() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of an object in the JSON input.
startObjectName(O) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startObjectValue(O, String) - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of the name of an object member in the JSON input.
startString() - Method in class com.dkfqs.tools.json.eclipsesource.JsonHandler
Indicates the beginning of a string in the JSON input.
startUserThreads() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
Start the user threads and set the 'execute start' timestamp.
STATISTIC_TYPE_AVERAGE_AND_CURRENT_VALUE - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
An average and current value.
STATISTIC_TYPE_CUMULATIVE_COUNTER_LONG - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
A cumulative long counter.
STATISTIC_TYPE_EFFICIENCY_RATIO_PERCENT - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
An efficiency ratio percent value.
STATISTIC_TYPE_SAMPLE_EVENT_TIME_CHART - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
A chart with samples of event timestamp and (measured) long value..
STATISTIC_TYPE_THROUGHPUT_TIME_CHART - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
A chart of a throughput per second.
stdoutLog - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTest
The stdout log adapter.
StdoutLogAdapter - Class in com.dkfqs.tools.logging
A log adapter which prints all to stdout.
StdoutLogAdapter() - Constructor for class com.dkfqs.tools.logging.StdoutLogAdapter
 
stringToLogLevel(String) - Static method in interface com.dkfqs.tools.logging.LogAdapterInterface
Converts a string to a log level.
stripFileExtension(String) - Static method in class com.dkfqs.tools.lib.Utils
Get from a file name with extension the file name without extension
SUSPEND_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 suspended.
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