|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectbmsi.util.DiffPrint
public class DiffPrint
A simple framework for printing change lists produced by Diff.
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 |
| コンストラクタの詳細 |
|---|
public DiffPrint()
| メソッドの詳細 |
|---|
public static void main(String[] argv)
throws IOException
IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||