com.objectwave.tools.viewUtility
Class FileFinderUI

java.lang.Object
  |
  +--com.objectwave.tools.viewUtility.FileFinderUI

public class FileFinderUI
extends java.lang.Object

Utility class to get an output or input stream for files.


Constructor Summary
FileFinderUI()
          FileFinderUI constructor comment.
 
Method Summary
static java.io.FileInputStream getInputFileStream()
          Uses generic UI Support for showing dialogs.
static java.io.FileOutputStream getOutputFileStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinderUI

public FileFinderUI()
FileFinderUI constructor comment.

Method Detail

getInputFileStream

public static java.io.FileInputStream getInputFileStream()
                                                  throws java.io.FileNotFoundException
Uses generic UI Support for showing dialogs. This will allow it to work correctly with other subsystems.

java.io.FileNotFoundException

getOutputFileStream

public static java.io.FileOutputStream getOutputFileStream()
                                                    throws java.io.IOException
java.io.IOException