Package com.beust.jcommander.internal
Interface Console
-
- All Known Implementing Classes:
DefaultConsole,JDK6Console
public interface Console
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(String msg)voidprintln(String msg)char[]readPassword(boolean echoInput)
-