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 

I

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.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.
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 an array of bytes contains at least 90% human readable ASCII chars.
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).
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.
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).
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.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.
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.
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.
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.
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