Class AbstractInquirer
- java.lang.Object
-
- org.seedstack.maven.components.inquirer.impl.AbstractInquirer
-
- All Implemented Interfaces:
Inquirer
- Direct Known Subclasses:
BasicInquirer,ConsoleUIInquirer
public abstract class AbstractInquirer extends Object implements Inquirer
-
-
Constructor Summary
Constructors Constructor Description AbstractInquirer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Objectask(Question question)protected abstract PromptergetPrompter()Map<String,Object>inquire(URL inquiryURL)
-
-
-
Method Detail
-
inquire
public Map<String,Object> inquire(URL inquiryURL) throws InquirerException
- Specified by:
inquirein interfaceInquirer- Throws:
InquirerException
-
ask
public Object ask(Question question) throws InquirerException
- Specified by:
askin interfaceInquirer- Throws:
InquirerException
-
getPrompter
protected abstract Prompter getPrompter()
-
-