org.crosswire.common.diff
Class Patch.PatchResults

java.lang.Object
  extended by org.crosswire.common.diff.Patch.PatchResults
Enclosing class:
Patch

public static class Patch.PatchResults
extends Object

A holder of the results of a patch, with a results indicating which patch entries were able to be applied.


Field Summary
private  boolean[] results
           
private  String text
           
 
Constructor Summary
Patch.PatchResults(String text, boolean[] results)
           
 
Method Summary
 boolean[] getResults()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

private String text

results

private boolean[] results
Constructor Detail

Patch.PatchResults

public Patch.PatchResults(String text,
                          boolean[] results)
Parameters:
text -
results -
Method Detail

getResults

public boolean[] getResults()
Returns:
the results

getText

public String getText()
Returns:
the text

Copyright ยจ 2003-2007