Class CheckFilePatternCommand
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.commands.CheckFilePatternCommand
- All Implemented Interfaces:
IXMLCommandService.IDelegateCommandHandler
public class CheckFilePatternCommand
extends Object
implements IXMLCommandService.IDelegateCommandHandler
XML Command "xml.check.file.pattern" whose first argument is a file pattern,
and whose second argument is some file URI. The command returns true when
the given pattern matches against the given file URI and false otherwise.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteCommand(org.eclipse.lsp4j.ExecuteCommandParams params, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Executes a command
-
Field Details
-
COMMAND_ID
- See Also:
-
-
Constructor Details
-
CheckFilePatternCommand
public CheckFilePatternCommand()
-
-
Method Details