Class SvnLogItem


  • public class SvnLogItem
    extends java.lang.Object
    Encapsulates information of a log item during a SVN LOG command including
    • svnPath: the path is relative to the SVN root
    • revision: path's revision
    • node-kind: path's node-kind - see NodeKind
    • action: the operation on the path at the given revision
    • Constructor Detail

      • SvnLogItem

        public SvnLogItem​(java.lang.String path,
                          long revision,
                          SvnLogItem.Action action)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getRevision

        public long getRevision()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object