Package org.eclipse.lemminx.settings
Class PathPatternMatcher
- java.lang.Object
-
- org.eclipse.lemminx.settings.PathPatternMatcher
-
- Direct Known Subclasses:
FilePathMapping,XMLColors,XMLExcludedSymbolFile,XMLFileAssociation,XMLReferences,XMLSymbolFilter
public class PathPatternMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description PathPatternMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PathMatchergetPathMatcher()StringgetPattern()booleanmatches(String uri)booleanmatches(URI uri)voidsetPathMatcher(PathMatcher pathMatcher)PathPatternMatchersetPattern(String pattern)
-
-
-
Method Detail
-
getPattern
public String getPattern()
-
setPattern
public PathPatternMatcher setPattern(String pattern)
-
getPathMatcher
public PathMatcher getPathMatcher()
-
setPathMatcher
public void setPathMatcher(PathMatcher pathMatcher)
-
matches
public boolean matches(String uri)
-
matches
public boolean matches(URI uri)
-
-