org.znerd.dir2xml
Class Main

java.lang.Object
  |
  +--org.znerd.dir2xml.Main

public class Main
extends Object

Program that generates an XML file for a specified directory.

Version:
$Revision: 1.1 $ $Date: 2002/06/20 14:28:27 $
Author:
Ernst de Haan (znerd@FreeBSD.org)

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

Method Detail

main

public static final void main(String[] arguments)
                       throws IOException
Main function. This function is called when this class is executed as a program.

Expected is exactly one argument, being the name of the directory to generate XML for. If more or less arguments are given, then a message is printed.

Parameters:
arguments - the arguments, possibly null.
Throws:
IOException - in case outputting the XML failed.


See http://dir2xml.sourceforge.net/.