Package nl.nikhef.slcshttps.util

This package provides a diverse set of general helper classes.

See:
          Description

Class Summary
BareBonesBrowserLaunch Static class to provide a way to launch a proper default webbrowser from Java.
ConsoleTools Static class providing tools for use with stdio/console.
PasswordReader PasswordReader reads a password and masks the typed inputs, only needed when we use JDK1.5, for 1.6 use java.io.Console.readPassword().
 

Package nl.nikhef.slcshttps.util Description

This package provides a diverse set of general helper classes. This includes BareBonesBrowserLaunch which gives the same functionality as the browse() method of the Java 1.6 java.awt.Desktop class, but for Java JDK 1.5 and 1.6. Similarly it provides a class PasswordReader which gives similar functionality as the readPassword() method of the Java 1.6 java.io.Console class, but for Java JDK 1.5. The class ConsoleTools class provides various static methods for stdio interaction with users.

Since:
0.1
See Also:
nl.nikhef.slcshttps


nl.nikhef.slcshttps Mischa Sallé - msalle(AT)nikhef.nl