xml_fixer
Class XMLFixer

java.lang.Object
  extended by xml_fixer.XMLFixer

public class XMLFixer
extends java.lang.Object

Adds to the beginning of the file; and to the end of the file

Author:
Neil Rouben

Field Summary
(package private)  java.io.File dir
           
 
Constructor Summary
XMLFixer(java.lang.String dirPath)
          Creates a new instance of Main
 
Method Summary
 void fix()
           
private  void fixFile(java.io.File file)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

java.io.File dir
Constructor Detail

XMLFixer

public XMLFixer(java.lang.String dirPath)
Creates a new instance of Main

Method Detail

fix

public void fix()
         throws java.io.IOException
Throws:
java.io.IOException

fixFile

private void fixFile(java.io.File file)
              throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args - the command line arguments
Throws:
java.io.IOException