public interface IFilePathExpression
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptPath(Path path)
Returns true if given file path is allowed for the file path completion and
false otherwise.
|
Character |
getSeparator()
Returns the separator character (ex: ';') used to separate multiple files
declaration (ex:
file1.xml;file2.xml) and null otherwise.
|
boolean |
match(Node node)
Returns true if the given DOM node matches the file path expression and false
otherwise.
|
boolean match(Node node)
node - the DOM node.Character getSeparator()
boolean acceptPath(Path path)
path - the file path.Copyright © 2024. All rights reserved.