org.crosswire.common.diff
Class Patch.PatchResults
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private String text
results
private boolean[] results
Patch.PatchResults
public Patch.PatchResults(String text,
boolean[] results)
- Parameters:
text
- the textresults
- the results
getResults
public boolean[] getResults()
- Returns:
- the results
getText
public String getText()
- Returns:
- the text