org.apache.jetspeed.util.file
Class MergeFiles
java.lang.Object
org.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
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 |
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
MergeFiles
public MergeFiles()
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.