Class SVNLogMessageChangePath

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getAction()
      Retrieve action performed.
      java.lang.String getCopySrcPath()
      Retrieve the copy source path (if any) or null otherwise
      SVNRevision.Number getCopySrcRevision()
      Retrieve the copy source revision if any or null otherwise
      java.lang.String getPath()
      Retrieve the path to the commited item
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SVNLogMessageChangePath

        public SVNLogMessageChangePath​(java.lang.String path,
                                       SVNRevision.Number copySrcRevision,
                                       java.lang.String copySrcPath,
                                       char action)
        Constructor
        Parameters:
        path -
        copySrcRevision -
        copySrcPath -
        action -