Searched refs:cliPattern (Results 1 – 1 of 1) sorted by relevance
107 Pattern cliPattern = Pattern.compile( in getValidCliArgs() local116 Matcher matcher = cliPattern.matcher(commandString); in getValidCliArgs()