Consoles

org.beangle.commons.lang.Consoles$
object Consoles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def confirm(msg: String, yes: Set[String], no: Set[String]): Boolean
def prompt(msg: String, defaultStr: String, f: String => Boolean): String
def prompt(msg: String, defaultStr: String): String
def readPassword(): String
def readPassword(fmt: String, args: Any*): String
def shell(prompt: => String, exits: Set[String], p: String => Unit): Unit