Class StdIOPrompt
java.lang.Object
com.github.rvesse.airline.prompts.console.StreamPrompt
com.github.rvesse.airline.prompts.console.StdIOPrompt
- All Implemented Interfaces:
PromptProvider
A prompt backed by
System.out
and System.in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.rvesse.airline.prompts.console.StreamPrompt
getPromptWriter, readKey, readLine, readSecureLine, supportsSecureReads
-
Constructor Details
-
StdIOPrompt
public StdIOPrompt()Creates a new standard IO prompt
-