Searched refs:propStartPos (Results 1 – 1 of 1) sorted by relevance
362 int propStartPos = configPath.indexOf("${"); in expandProperty() local363 if (propStartPos == -1) { in expandProperty()369 sb.append(configPath.substring(0, propStartPos)); in expandProperty()372 int propEndPos = configPath.indexOf("}", propStartPos); in expandProperty()379 if (configPath.indexOf("${", propStartPos + 2) != -1) { in expandProperty()384 final String propertyName = configPath.substring(propStartPos + 2, propEndPos); in expandProperty()