org.mcraig.cs445.refentry
Class Format

java.lang.Object
  |
  +--org.mcraig.cs445.refentry.Format

public class Format
extends java.lang.Object


Constructor Summary
Format()
           
 
Method Summary
static void main(java.lang.String[] args)
          Format a single RefEntry document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format()
Method Detail

main

public static void main(java.lang.String[] args)
Format a single RefEntry document.

Parameters:
args - Expects arguments as shown:

java format [-infile inputFile][-outfile outputFile]

If the inputFile is not provided, input is taken from System.in.

If the outputFile is not provided, input is sent to System.out.



Copyright © 2002-3 Mark Craig