org.acm.seguin.tools.builder
Class LineNumberTool

java.lang.Object
  extended by org.acm.seguin.tools.builder.LineNumberTool

public class LineNumberTool
extends java.lang.Object

Tool that uses the pretty printer to number lines

Author:
Chris Seguin

Constructor Summary
LineNumberTool()
          Constructor for the line numbering
 
Method Summary
protected  void init(java.lang.String[] args)
          Read command line inputs
static void main(java.lang.String[] args)
          Main program
protected  void run()
          Run the pretty printer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineNumberTool

public LineNumberTool()
Constructor for the line numbering

Method Detail

init

protected void init(java.lang.String[] args)
Read command line inputs

Parameters:
args - Description of Parameter

run

protected void run()
Run the pretty printer


main

public static void main(java.lang.String[] args)
Main program

Parameters:
args - the command line arguments