Package org.eclipse.lsp4j
Class FileOperationPatternOptions
- java.lang.Object
-
- org.eclipse.lsp4j.FileOperationPatternOptions
-
public class FileOperationPatternOptions extends java.lang.ObjectMatching options for the file operation pattern.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description FileOperationPatternOptions()FileOperationPatternOptions(java.lang.Boolean ignoreCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.BooleangetIgnoreCase()The pattern should be matched ignoring casing.inthashCode()voidsetIgnoreCase(java.lang.Boolean ignoreCase)The pattern should be matched ignoring casing.java.lang.StringtoString()
-
-
-
Method Detail
-
getIgnoreCase
public java.lang.Boolean getIgnoreCase()
The pattern should be matched ignoring casing.
-
setIgnoreCase
public void setIgnoreCase(java.lang.Boolean ignoreCase)
The pattern should be matched ignoring casing.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-