Searched refs:globMetaChars (Results 1 – 1 of 1) sorted by relevance
34 private static final String globMetaChars = "\\*?[{"; field in Globs41 return globMetaChars.indexOf(c) != -1; in isGlobMeta()