Uses of Class
hudson.plugins.serenitec.util.Diff.change

Packages that use Diff.change
hudson.plugins.serenitec.util   
 

Uses of Diff.change in hudson.plugins.serenitec.util
 

Fields in hudson.plugins.serenitec.util declared as Diff.change
 Diff.change Diff.change.link
          Previous or next edit command.
 

Methods in hudson.plugins.serenitec.util that return Diff.change
 Diff.change Diff.ScriptBuilder.build_script(boolean[] changed0, int len0, boolean[] changed1, int len1)
          Scan the tables of which lines are inserted and deleted, producing an edit script.
 Diff.change Diff.diff_2(boolean reverse)
           
 Diff.change Diff.diff(Diff.ScriptBuilder bld)
          Get the results of comparison as an edit script.
 

Constructors in hudson.plugins.serenitec.util with parameters of type Diff.change
Diff.change(int line0, int line1, int deleted, int inserted, Diff.change old)
          Cons an additional entry onto the front of an edit script OLD.
 



Copyright © 2008. All Rights Reserved.