org.apache.jetspeed.util.file
Class MergeFiles

java.lang.Object
  extended byorg.apache.jetspeed.util.file.MergeFiles

public class MergeFiles
extends java.lang.Object

Task to merge files to create the database script

Version:
$Id: MergeFiles.java,v 1.4 2004/02/23 03:17:53 jford Exp $
Author:
David Sean Taylor

Field Summary
protected static java.util.ArrayList baseArray
           
protected static java.lang.String dest_file
           
protected static java.util.List files
           
protected static java.lang.String lineSeparator
           
static boolean verbose
           
 
Constructor Summary
MergeFiles()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void writeToFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

files

protected static java.util.List files

dest_file

protected static java.lang.String dest_file

verbose

public static boolean verbose

baseArray

protected static java.util.ArrayList baseArray

lineSeparator

protected static java.lang.String lineSeparator
Constructor Detail

MergeFiles

public MergeFiles()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

writeToFile

public void writeToFile()
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.