dk.netarkivet.deploy
Class BuildCompleteSettings

java.lang.Object
  extended by dk.netarkivet.deploy.BuildCompleteSettings

public final class BuildCompleteSettings
extends java.lang.Object

Class for combining the different setting files into a complete settings file. This program has to be run from src/ directory.


Method Summary
static void main(java.lang.String[] args)
          Run the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Run the program. This loads and merges all the setting files into a single file.

Parameters:
args - Optional argument for name of complete settings file. E.g. /home/myUser/myDir/complete_settings.xml
Throws:
java.io.IOException - For input/output errors.