bmsi.util
インタフェース Diff.ScriptBuilder

含まれているクラス:
Diff

public static interface Diff.ScriptBuilder


メソッドの概要
 Diff.change build_script(boolean[] changed0, int len0, boolean[] changed1, int len1)
          Scan the tables of which lines are inserted and deleted, producing an edit script.
 

メソッドの詳細

build_script

Diff.change build_script(boolean[] changed0,
                         int len0,
                         boolean[] changed1,
                         int len1)
Scan the tables of which lines are inserted and deleted, producing an edit script.

パラメータ:
changed0 - true for lines in first file which do not match 2nd
len0 - number of lines in first file
changed1 - true for lines in 2nd file which do not match 1st
len1 - number of lines in 2nd file
戻り値:
a linked list of changes - or null


Copyright © 2004-2011. All Rights Reserved.