public abstract class RegexPrompt extends TextValidatingPrompt
| Modifier | Constructor and Description |
|---|---|
protected |
RegexPrompt(Pattern pattern) |
protected |
RegexPrompt(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
validate(ConversationContext context,
TextContent input) |
accept, invalidationMessage, processtypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconversationEnded, promptMessageprotected final Pattern pattern
protected RegexPrompt(String pattern)
protected RegexPrompt(Pattern pattern)
protected boolean validate(ConversationContext context, TextContent input)
Copyright © 2016. All rights reserved.