uk.ac.mrc.hgmp.embreo
Class EmbreoListFile

java.lang.Object
  |
  +--uk.ac.mrc.hgmp.embreo.EmbreoListFile

public class EmbreoListFile
extends java.lang.Object


Constructor Summary
EmbreoListFile()
           
 
Method Summary
static void parse(java.lang.String fn, java.util.Hashtable filesToMove)
          Parse a list file, reading it in line by line, loading other list files recursively if necessary, and loading any files referred to into the filesToMove hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoListFile

public EmbreoListFile()
Method Detail

parse

public static void parse(java.lang.String fn,
                         java.util.Hashtable filesToMove)
Parse a list file, reading it in line by line, loading other list files recursively if necessary, and loading any files referred to into the filesToMove hash

Parameters:
fn - The name of the list file
filesToMove - The hash to put the files into