org.txt2xml.cli
Class Batch

java.lang.Object
  |
  +--org.txt2xml.cli.Batch

public class Batch
extends java.lang.Object

A simple command line utility to apply a txt2xml conversion with a specified configuration to a set of files. Usage:

 java org.txt2xml.cli.Batch  *
 
Applies txt2xml to all source files as configured by the config_xml, saving result xml by appending .xml to the source filename.

Author:
Steve Meyfroidt

Constructor Summary
Batch()
           
 
Method Summary
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
 

Constructor Detail

Batch

public Batch()
Method Detail

main

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


Copyright © 2002 Steve Meyfroidt. All Rights Reserved.