org.jets3t.apps.synchronize
Class PasswordInput

java.lang.Object
  extended by org.jets3t.apps.synchronize.PasswordInput

public class PasswordInput
extends java.lang.Object

A utility class that gives the ability to check which java version is being used to determine whether the java.io.Console class can be utitlized to retrieve a password from a user's input.


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

Constructor Detail

PasswordInput

public PasswordInput()
Method Detail

getPassword

public static java.lang.String getPassword(java.lang.String prompt)
                                    throws java.io.IOException
Throws:
java.io.IOException