Uses of Class
org.apache.commons.jrcs.diff.PatchFailedException

Packages that use PatchFailedException
org.apache.commons.jrcs.diff The diff package implements the differencing engine that JRCS uses. 
org.apache.commons.jrcs.rcs JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. 
 

Uses of PatchFailedException in org.apache.commons.jrcs.diff
 

Methods in org.apache.commons.jrcs.diff that throw PatchFailedException
 void Revision.applyTo(java.util.List target)
          Applies the series of deltas in this revision as patches to the given text.
 void Delta.patch(java.util.List target)
          Applies this delta as a patch to the given text.
 java.lang.Object[] Revision.patch(java.lang.Object[] src)
          Applies the series of deltas in this revision as patches to the given text.
 void AddDelta.verify(java.util.List target)
           
abstract  void Delta.verify(java.util.List target)
          Verifies that this delta can be used to patch the given text.
 void DeleteDelta.verify(java.util.List target)
           
 void ChangeDelta.verify(java.util.List target)
           
 

Uses of PatchFailedException in org.apache.commons.jrcs.rcs
 

Methods in org.apache.commons.jrcs.rcs that throw PatchFailedException
 java.lang.Object[] Archive.doKeywords(java.lang.Object[] text, Node rev)
          Returns the given text with values added to CVS-style keywords.
 java.lang.Object[] Archive.getRevision()
          Get the text belonging to the head revision.
 java.lang.Object[] Archive.getRevision(boolean annotate)
          Get the text belonging to the head revision.
 java.lang.Object[] Archive.getRevision(java.lang.String vernum)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(java.lang.String vernum, boolean annotate)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(Version vernum)
          Get the text belonging to the revision identified by the given version number.
 java.lang.Object[] Archive.getRevision(Version vernum, boolean annotate)
          Get the text belonging to the revision identified by the given version number.
 void Node.patch(java.util.List original)
          Apply the deltas in the current node to the given text.
 void Node.patch(java.util.List original, boolean annotate)
          Apply the deltas in the current node to the given text.
protected static java.lang.Object[] Archive.removeKeywords(java.lang.Object[] text)
          Returns the given text removing the values of any CVS-style keywords.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.