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