Package | Description |
---|---|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Method and Description |
---|---|
static String |
PatternFilter.quote(String string)
Quotes all reserved characters in the given string, so that it can be used as a pattern filter.
|
static SubscriptionFilter |
PatternFilter.valueOf(String pattern,
DataScheme scheme)
Deprecated.
Use
PatternFilter.valueOf(String, String, DataScheme) to create project-specific named filters
or CompositeFilters.valueOf(String, DataScheme) to parse an arbitrary string into a filter. |
static QDFilter |
PatternFilter.valueOf(String pattern,
String name,
DataScheme scheme)
Returns filter with a specified pattern and a project-specific name.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageAdapter.AbstractFactory.setFilter(String filterString)
Sets additional filter for this factory.
|
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.