Class XMLColors
java.lang.Object
org.eclipse.lemminx.settings.PathPatternMatcher
org.eclipse.lemminx.extensions.colors.settings.XMLColors
XML colors which stores list of
XMLColorExpression applied
for a give pattern.- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
XMLColors
public XMLColors()
-
-
Method Details
-
getExpressions
Returns list of XML color expressions.- Returns:
- list of XML color expressions.
-
setExpressions
Set list of XML color expressions.- Parameters:
expressions- list of XML color expressions.
-