Uses of Class
org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
-
Packages that use FilePathExpression Package Description org.eclipse.lemminx.extensions.filepath.settings -
-
Uses of FilePathExpression in org.eclipse.lemminx.extensions.filepath.settings
Methods in org.eclipse.lemminx.extensions.filepath.settings that return FilePathExpression Modifier and Type Method Description FilePathExpressionFilePathExpression. setFilter(List<String> filter)FilePathExpressionFilePathExpression. setSeparator(Character separator)FilePathExpressionFilePathExpression. setXPath(String xpath)Methods in org.eclipse.lemminx.extensions.filepath.settings that return types with arguments of type FilePathExpression Modifier and Type Method Description List<FilePathExpression>FilePathMapping. getExpressions()Returns list of file path expressions.Method parameters in org.eclipse.lemminx.extensions.filepath.settings with type arguments of type FilePathExpression Modifier and Type Method Description voidFilePathMapping. setExpressions(List<FilePathExpression> expressions)Set list of file path expressions.
-