Class DidChangeWorkspaceFoldersParams


  • public class DidChangeWorkspaceFoldersParams
    extends java.lang.Object
    The workspace/didChangeWorkspaceFolders notification is sent from the client to the server to inform the server about workspace folder configuration changes. The notification is sent by default if both ServerCapabilities/workspace/workspaceFolders and ClientCapabilities/workspace/workspaceFolders are true; or if the server has registered to receive this notification it first.

    Since 3.6.0

    • Constructor Detail

      • DidChangeWorkspaceFoldersParams

        public DidChangeWorkspaceFoldersParams()
    • Method Detail

      • 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