Searched refs:cleanNameValueDelimiter (Results 1 – 1 of 1) sorted by relevance
119 String optionInput = cleanNameValueDelimiter(matcher.group()); in getValidCliArgs()150 private static String cleanNameValueDelimiter(String optionNameValue) { in cleanNameValueDelimiter() method in OptionHelper