Searched defs:dsCfgBackendName (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendTypeHelper.java54 * @param dsCfgBackendName
58 public static String filterSchemaBackendName(final String dsCfgBackendName) argument
61 final Matcher regExpMatcher = Pattern.compile(cfgNameRegExp, Pattern.CASE_INSENSITIVE).matcher(dsCfgBackendName);
67 return dsCfgBackendName;

Completed in 28 milliseconds