Searched refs:patch (Results 1 - 11 of 11) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java137 public List patch() method in class:Path
142 return patch(false);
159 public List patch(boolean annotate) method in class:Path
164 return patch(new Lines(), annotate);
182 public List patch(List lines) method in class:Path
187 return patch(lines, false);
206 public List patch(List lines, boolean annotate) method in class:Path
221 n.patch(lines, annotate);
241 n.patch(lines, false);
H A DDeltaTextLine.java8 public void patch(Node root, Node prev, List lines); method in interface:DeltaTextLine
H A DDeltaText.java40 void patch(List lines) method in class:DeltaText
45 { ((DeltaTextLine)deltaStack.pop()).patch(root, prev, lines); }
H A DDeltaAddTextLine.java22 public void patch(Node root, Node prev, List lines) method in class:DeltaAddTextLine
H A DDeltaDelTextLine.java17 public void patch(Node root, Node prev, List lines) method in class:DeltaDelTextLine
H A DNode.java538 public void patch(List original) method in class:Node
542 patch(original, false);
555 public void patch(List original, boolean annotate) method in class:Node
637 dt.patch(original);
H A DArchive.java984 //path.patch(lines, annotate);
1118 // Object[] oldText = path.patch().toArray();
1119 Lines die = (Lines) path.patch();
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DRevision.java158 * @param src the text to patch, which the method doesn't change.
163 public Object[] patch(Object[] src) throws PatchFailedException method in class:Revision
173 * @param target the text to patch.
183 delta.patch(target);
H A DDelta.java166 * Verifies that this delta can be used to patch the given text.
167 * @param target the text to patch.
168 * @throws PatchFailedException if the patch cannot be applied.
175 * Applies this delta as a patch to the given text.
176 * @param target the text to patch.
177 * @throws PatchFailedException if the patch cannot be applied.
180 public final void patch(List target) method in class:Delta
195 * Applies this delta as a patch to the given text.
196 * @param target the text to patch.
197 * @throws PatchFailedException if the patch canno
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJDiff.java125 Object[] reco = r.patch(orig);
/opengrok-jel/lib/
H A Djrcs.jar ... commons.jrcs.diff.PatchFailedException public final void patch (java.util.List) throws org.apache. ...

Completed in 20 milliseconds