com.sun.tdk.signaturetest.sigfile
Class FileManager

java.lang.Object
  extended by com.sun.tdk.signaturetest.sigfile.FileManager

public class FileManager
extends java.lang.Object


Constructor Summary
FileManager()
           
 
Method Summary
static void addFormat(Format frm, boolean useByDefault)
           
static Format getDefaultFormat()
           
static Reader getReader(java.net.URL fileURL)
           
static java.net.URL getURL(java.lang.String testURL, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManager

public FileManager()
Method Detail

getURL

public static java.net.URL getURL(java.lang.String testURL,
                                  java.lang.String fileName)
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getReader

public static Reader getReader(java.net.URL fileURL)

getDefaultFormat

public static Format getDefaultFormat()

addFormat

public static void addFormat(Format frm,
                             boolean useByDefault)