net.darkmist.alib.console
Class GetPass

java.lang.Object
  extended by net.darkmist.alib.console.GetPass

public class GetPass
extends Object


Constructor Summary
GetPass()
           
 
Method Summary
static String get()
           
static String get(CharSequence prompt)
           
static String getpass()
           
static String getpass(CharSequence prompt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPass

public GetPass()
Method Detail

get

public static String get()
                  throws IOException
Throws:
IOException

get

public static String get(CharSequence prompt)
                  throws IOException
Throws:
IOException

getpass

public static String getpass(CharSequence prompt)
                      throws IOException
Throws:
IOException

getpass

public static String getpass()
                      throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.