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