public static class Operator.DefaultPathParser extends Object implements Operator.PathParser
| Constructor and Description |
|---|
DefaultPathParser(String separator)
Constructs a DefaultPathParser object.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
parse(String path)
Parses a string to a String array.
|
public DefaultPathParser(String separator)
separator - a string used as separator.public String[] parse(String path)
Operator.PathParserparse in interface Operator.PathParserpath - a String to parse.