Class ChangePath

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class ChangePath
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangePath​(ChangePath aChangePath)
      A backward-compat constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object other)  
      char getAction()
      Retrieve action performed
      java.lang.String getCopySrcPath()
      Retrieve the copy source path (if any)
      long getCopySrcRevision()
      Retrieve the copy source revision (if any)
      int getNodeKind()
      Retrieve the node kind
      java.lang.String getPath()
      Retrieve the path to the committed item
      • Methods inherited from class java.lang.Object

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

      • ChangePath

        public ChangePath​(ChangePath aChangePath)
        A backward-compat constructor.
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object other)
        Specified by:
        compareTo in interface java.lang.Comparable
      • getPath

        public java.lang.String getPath()
        Retrieve the path to the committed item
        Returns:
        the path to the committed item
      • getCopySrcRevision

        public long getCopySrcRevision()
        Retrieve the copy source revision (if any)
        Returns:
        the copy source revision (if any)
      • getCopySrcPath

        public java.lang.String getCopySrcPath()
        Retrieve the copy source path (if any)
        Returns:
        the copy source path (if any)
      • getAction

        public char getAction()
        Retrieve action performed
        Returns:
        action performed
      • getNodeKind

        public int getNodeKind()
        Retrieve the node kind
        Returns:
        the node kind