Uses of Class
com.hp.lft.sdk.RegExpProperty
Packages that use RegExpProperty
-
Uses of RegExpProperty in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return RegExpPropertyModifier and TypeMethodDescriptionAiObjectDescription.getRegExp()
Returns the regular expression used to identify the AI Object.TextWithMatchOptions.getRegExp()
Returns the regular expression used to identify the AI object.Methods in com.hp.lft.sdk.ai with parameters of type RegExpPropertyModifier and TypeMethodDescriptionvoid
TextWithMatchOptions.setRegExp
(RegExpProperty regExp) Sets the regular expression to use to identify the AI object.Constructors in com.hp.lft.sdk.ai with parameters of type RegExpPropertyModifierConstructorDescriptionAiObjectDescription
(String aiClass, RegExpProperty regExp) Constructs a new AiObjectDescription.TextWithMatchOptions
(RegExpProperty regExp, MatchMethod matchMethod) Constructs a newTextWithMatchOptions
object that can be used to uniquely identify anAiObject
by its regex property and specifies the match method to be used for identification.