Class XMLColors
- java.lang.Object
-
- org.eclipse.lemminx.settings.PathPatternMatcher
-
- org.eclipse.lemminx.extensions.colors.settings.XMLColors
-
public class XMLColors extends PathPatternMatcher
XML colors which stores list ofXMLColorExpressionapplied for a give pattern.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description XMLColors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XMLColorExpression>getExpressions()Returns list of XML color expressions.voidsetExpressions(List<XMLColorExpression> expressions)Set list of XML color expressions.-
Methods inherited from class org.eclipse.lemminx.settings.PathPatternMatcher
equals, getPathMatcher, getPattern, matches, matches, setPathMatcher, setPattern
-
-
-
-
Method Detail
-
getExpressions
public List<XMLColorExpression> getExpressions()
Returns list of XML color expressions.- Returns:
- list of XML color expressions.
-
setExpressions
public void setExpressions(List<XMLColorExpression> expressions)
Set list of XML color expressions.- Parameters:
expressions- list of XML color expressions.
-
-