- indentWithSpaces(int) - Static method in class com.dkfqs.tools.json.eclipsesource.PrettyPrint
-
Print every value on a separate line.
- indentWithTabs() - Static method in class com.dkfqs.tools.json.eclipsesource.PrettyPrint
-
Do not break lines, but still insert whitespace between values.
- inflate(byte[]) - Static method in class com.dkfqs.tools.lib.Utils
-
Inflate a byte array which was compressed by the ZLIB algorithm.
- init(String[]) - Method in class com.dkfqs.tools.logging.ArrayListLogAdapter
-
Initialize the log adapter.
- init(String[]) - Method in class com.dkfqs.tools.logging.CircularMemoryLogAdapter
-
Initialize the log adapter.
- init(String[]) - Method in class com.dkfqs.tools.logging.CombinedLogAdapter
-
Initialize the log adapter.
- init(String[]) - Method in interface com.dkfqs.tools.logging.LogAdapterInterface
-
Initialize the log adapter.
- init(String[]) - Method in class com.dkfqs.tools.logging.MemoryLogAdapter
-
Initialize the log adapter.
- init(String[]) - Method in class com.dkfqs.tools.logging.NullLogAdapter
-
Initialize the log adapter.
- init(String[]) - Method in class com.dkfqs.tools.logging.StdoutLogAdapter
-
Initialize the log adapter.
- INITIALIZE_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
-
The initialize input values array file name.
- INITIALIZE_INPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
-
The initialize input values array file name.
- INITIALIZE_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestHttpPluginExecute
-
The initialize output values array file name.
- INITIALIZE_OUTPUT_VALUES_ARRAY_FILENAME - Static variable in class com.dkfqs.tools.javatest.AbstractJavaTestPluginExecute
-
The initialize output values array file name.
- InputFileLineTokenValueExtractor - Class in com.dkfqs.tools.text
-
Read a file line by line and split the line into tokens.
- InputFileLineTokenValueExtractor(File) - Constructor for class com.dkfqs.tools.text.InputFileLineTokenValueExtractor
-
Create a new instance.
- internalProcessStateToString(int) - Static method in class com.dkfqs.tools.http.HTTPRequest
-
Static: get the string representation of the internal processing state.
- InterpreterException - Exception in com.dkfqs.tools.interpreter
-
Signals an interpreter exception.
- InterpreterException() - Constructor for exception com.dkfqs.tools.interpreter.InterpreterException
-
Constructs a InterpreterException with null as its error detail message.
- InterpreterException(String) - Constructor for exception com.dkfqs.tools.interpreter.InterpreterException
-
Constructs a InterpreterException with the specified detail message.
- InterpreterException(String, Throwable) - Constructor for exception com.dkfqs.tools.interpreter.InterpreterException
-
Constructs a InterpreterException with the specified detail message and cause.
- InterpreterException(Throwable) - Constructor for exception com.dkfqs.tools.interpreter.InterpreterException
-
Constructs an InterpreterException with the specified cause.
- is85PercentHexText(String) - Static method in class com.dkfqs.tools.text.TextLib
-
Get if a text contains 85% or more HEX digit chars.
- is90HumanReadableASCII(byte[]) - Static method in class com.dkfqs.tools.lib.Utils
-
Get if the content of a byte[] array contains at least 90% human readable ASCII chars.
- isAbortFileExists() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestFileApiThread
-
Get if the abort file exists.
- isAnchorFound() - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
-
Get if the anchor was found.
- isAnchorFound() - Method in class com.dkfqs.tools.text.SimplePatternAnchorValueAssigner
-
Get if the anchor was found.
- isArgDebugExecution() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
-
Get if debug test execution is enabled.
- isArgDebugMeasuring() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
-
Get if debug data measuring is enabled.
- isArray() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
-
- isArray() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents a JSON array.
- isBoolean() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents a boolean value.
- isBooleanText(String) - Static method in class com.dkfqs.tools.text.TextLib
-
Check if a text is a boolean value ('true' or ''false - case insensitive).
- isBracketClose() - Method in class com.dkfqs.tools.interpreter.TokenValue
-
Get if the value type is TYPE_BRACKET_CLOSE.
- isBracketOpen() - Method in class com.dkfqs.tools.interpreter.TokenValue
-
Get if the value type is TYPE_BRACKET_OPEN.
- isContentTruncated() - Method in class com.dkfqs.tools.http.HTTPResponseContent
-
Get if the stored content is truncated.
- isDebugToStdout() - Method in class com.dkfqs.tools.websocket.WebSocketClientContext
-
Get if debug information should printed to stdout.
- isDoubleQuoteText() - Method in class com.dkfqs.tools.interpreter.TokenValue
-
Get if the value type is TYPE_DOUBLE_QUOTE_TEXT.
- isEmpty() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
-
Returns true
if this array contains no elements.
- isEmpty() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
-
Returns true
if this object contains no members.
- isFalse() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents the JSON literal false
.
- isFin() - Method in class com.dkfqs.tools.websocket.Frame
-
Get if the fine flag is set.
- isFormalValidVariableName(String) - Static method in class com.dkfqs.tools.lib.Utils
-
Verify if the name of a variable is formal valid.
- isGlobalAbortFlag() - Static method in class com.dkfqs.tools.javatest.AbstractJavaTest
-
Get if the test must aborted.
- isHexText(String) - Static method in class com.dkfqs.tools.text.TextLib
-
Check if a text is a HEX value (case insensitive).
- isHttpCallFailed() - Method in class com.dkfqs.tools.lib.HTTPExecutedCall
-
Get if the HTTP call was failed.
- isLimitMaxResultsReached() - Method in class com.dkfqs.tools.text.SearchTextInLines
-
Get if the limit of max search results was reached.
- isNull() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents the JSON literal null
.
- isNumber() - Method in class com.dkfqs.tools.interpreter.TokenValue
-
Get if the value type is TYPE_NUMBER.
- isNumber() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents a JSON number.
- isNumberText(String) - Static method in class com.dkfqs.tools.text.TextLib
-
Check if a text is a number.
- isObject() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
-
- isObject() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents a JSON object.
- isRequestContentTooLarge() - Method in class com.dkfqs.tools.lib.HTTPExecutedCall
-
Get if the HTTP request content was too large to be stored.
- isResponseContentTooLarge() - Method in class com.dkfqs.tools.lib.HTTPExecutedCall
-
Get if the HTTP response content was too large to be stored.
- isReusedConnection() - Method in class com.dkfqs.tools.http.HTTPPerformanceData
-
Get if an existing network connection was reused to execute the HTTP call.
- isString() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents a JSON string.
- isSuspendFileExists() - Method in class com.dkfqs.tools.javatest.AbstractJavaTestFileApiThread
-
Get if the suspend file exists.
- isText() - Method in class com.dkfqs.tools.interpreter.TokenValue
-
Get if the value type is TYPE_TEXT.
- isTextReplaced() - Method in class com.dkfqs.tools.text.AnchorDelimiterCharsTokenValueAssigner
-
Get if the text was replaced.
- isThirdPartyCookiesEnabled() - Method in class com.dkfqs.tools.http.HTTPCookieHandler
-
Get if third party cookies are enabled.
- isTrue() - Method in class com.dkfqs.tools.json.eclipsesource.JsonValue
-
Detects whether this value represents the JSON literal true
.
- isUTF8(byte[], boolean) - Static method in class com.dkfqs.tools.lib.Utils
-
Get if the content of a byte[] array is in UTF-8 data format.
- iterator() - Method in class com.dkfqs.tools.json.eclipsesource.JsonArray
-
Returns an iterator over the values of this array in document order.
- iterator() - Method in class com.dkfqs.tools.json.eclipsesource.JsonObject
-
Returns an iterator over the members of this object in document order.