bmsi.util
クラス DiffPrint

java.lang.Object
  上位を拡張 bmsi.util.DiffPrint

public class DiffPrint
extends Object

A simple framework for printing change lists produced by Diff.

作成者:
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.

関連項目:
Diff

入れ子のクラスの概要
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.
 
コンストラクタの概要
DiffPrint()
           
 
メソッドの概要
static void main(String[] argv)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DiffPrint

public DiffPrint()
メソッドの詳細

main

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


Copyright © 2004-2011. All Rights Reserved.