public class UserResponser extends Object
| Constructor and Description |
|---|
UserResponser() |
| Modifier and Type | Method and Description |
|---|---|
void |
askQuestion(String question,
String challenge) |
UserResponseItem |
findQuestion(String question) |
String |
getAnswer(String question) |
String |
getChallenge(String question) |
void |
respondQuestions()
Let customize an interface like CMD or WEB UI to selectively respond all the questions
|
void |
setAnswer(String question,
String answer) |
public void respondQuestions()
public UserResponseItem findQuestion(String question)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.