public abstract class PathDelimiter extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
acceptDelimInKey |
protected char |
delimChar |
protected String |
delimStr |
Constructor and Description |
---|
PathDelimiter(char delim) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String key) |
char |
chr() |
abstract String |
regex() |
String |
str() |
PathDelimiter |
withAcceptDelimiterInNodeName(boolean acceptDelimInKey) |
protected char delimChar
protected String delimStr
protected boolean acceptDelimInKey
public PathDelimiter withAcceptDelimiterInNodeName(boolean acceptDelimInKey)
public boolean accept(String key)
public String str()
public char chr()
public abstract String regex()
Copyright © 2020 Chemouni Uriel. All rights reserved.