Interface Inquirer
-
- All Known Implementing Classes:
AbstractInquirer,BasicInquirer,ConsoleUIInquirer
public interface Inquirer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectask(Question question)Map<String,Object>inquire(URL inquiryURL)
-
-
-
Method Detail
-
inquire
Map<String,Object> inquire(URL inquiryURL) throws InquirerException
- Throws:
InquirerException
-
ask
Object ask(Question question) throws InquirerException
- Throws:
InquirerException
-
-