Class FilePathMapping
- java.lang.Object
-
- org.eclipse.lemminx.settings.PathPatternMatcher
-
- org.eclipse.lemminx.extensions.filepath.settings.FilePathMapping
-
public class FilePathMapping extends PathPatternMatcher
File path mapping which stores list ofFilePathExpressionapplied for a given input file pattern.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description FilePathMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FilePathExpression>getExpressions()Returns list of file path expressions.voidsetExpressions(List<FilePathExpression> expressions)Set list of file path expressions.-
Methods inherited from class org.eclipse.lemminx.settings.PathPatternMatcher
equals, getPathMatcher, getPattern, matches, matches, setPathMatcher, setPattern
-
-
-
-
Method Detail
-
getExpressions
public List<FilePathExpression> getExpressions()
Returns list of file path expressions.- Returns:
- list of file path expressions.
-
setExpressions
public void setExpressions(List<FilePathExpression> expressions)
Set list of file path expressions.- Parameters:
expressions- list of file path expressions.
-
-