Class DeleteDelta


  • public class DeleteDelta
    extends Delta
    Holds a delete-delta between to revisions of a text.
    Version:
    $Id: DeleteDelta.java,v 1.1 2006/03/12 00:24:21 juanca Exp $
    Author:
    Juanco Anez
    See Also:
    Delta, Diff, Chunk
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteDelta​(Chunk orig)
      Construct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(RevisionVisitor visitor)
      Accepts a visitor.
      void applyTo​(java.util.List<java.lang.Object> target)
      Applies this delta as a patch to the given text.
      void toRCSString​(java.lang.StringBuilder s, java.lang.String EOL)
      Converts this delta into its RCS style string representation.
      void toString​(java.lang.StringBuilder s)
      Converts this delta into its Unix diff style string representation.
      void verify​(java.util.List<java.lang.Object> target)
      Verifies that this delta can be used to patch the given text.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeleteDelta

        public DeleteDelta​(Chunk orig)
        Construct.
        Parameters:
        orig -