bmsi.util
Class DiffPrint

java.lang.Object
  extended by bmsi.util.DiffPrint

public class DiffPrint
extends Object

A simple framework for printing change lists produced by Diff.

Author:
Stuart D. Gathman Copyright (C) 2000 Business Management Systems, Inc.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

See Also:
Diff

Nested Class Summary
static class DiffPrint.Base
          A Base class for printing edit scripts produced by Diff.
static class DiffPrint.ContextPrint
          Prints an edit script in context diff format.
static class DiffPrint.EdPrint
          Prints an edit script in a format suitable for input to ed.
static class DiffPrint.NormalPrint
          Print a change list in the standard diff format.
static class DiffPrint.UnifiedPrint
          Prints an edit script in context diff format.
 
Constructor Summary
DiffPrint()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffPrint

public DiffPrint()
Method Detail

main

public static void main(String[] argv)
                 throws IOException
Throws:
IOException


Copyright © 2004-2011. All Rights Reserved.