Class SVNSubstitutor


  • public class SVNSubstitutor
    extends java.lang.Object
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNSubstitutor​(byte[] eol, boolean repair, java.util.Map keywords, boolean expand)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer translateChunk​(java.nio.ByteBuffer src, java.nio.ByteBuffer dst)  
      • Methods inherited from class java.lang.Object

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

      • SVNSubstitutor

        public SVNSubstitutor​(byte[] eol,
                              boolean repair,
                              java.util.Map keywords,
                              boolean expand)
    • Method Detail

      • translateChunk

        public java.nio.ByteBuffer translateChunk​(java.nio.ByteBuffer src,
                                                  java.nio.ByteBuffer dst)
                                           throws SVNException
        Throws:
        SVNException