Searched refs:tokenPattern (Results 1 – 1 of 1) sorted by relevance
133 Pattern tokenPattern = Pattern.compile("(\".*\")|[^\\s]+"); in getValidCliArgs() local134 Matcher tokenMatcher = tokenPattern.matcher(optionInput); in getValidCliArgs()