Searched refs:MULTI_PATTERN (Results 1 – 1 of 1) sorted by relevance
75 private static final Pattern MULTI_PATTERN = Pattern.compile("(.*):(.*)"); field in ConfigurationDef290 matcher = MULTI_PATTERN.matcher(entryName); in createConfiguration()