Class WorkspaceEditChangeAnnotationSupportCapabilities


  • public class WorkspaceEditChangeAnnotationSupportCapabilities
    extends java.lang.Object
    Whether the client in general supports change annotations on text edits, create file, rename file and delete file changes.

    Since 3.16.0

    • Constructor Detail

      • WorkspaceEditChangeAnnotationSupportCapabilities

        public WorkspaceEditChangeAnnotationSupportCapabilities()
      • WorkspaceEditChangeAnnotationSupportCapabilities

        public WorkspaceEditChangeAnnotationSupportCapabilities​(java.lang.Boolean groupsOnLabel)
    • Method Detail

      • getGroupsOnLabel

        public java.lang.Boolean getGroupsOnLabel()
        Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
      • setGroupsOnLabel

        public void setGroupsOnLabel​(java.lang.Boolean groupsOnLabel)
        Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
      • toString

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object