Searched refs:tokenizeQuotedAruments (Results 1 – 2 of 2) sorted by relevance
77 String[] actual = CommandLine.tokenizeQuotedAruments(toParse.toCharArray()); in checkTokenizer()95 CommandLine.init(CommandLine.tokenizeQuotedAruments(INIT_SWITCHES_BUFFER)); in testBufferInitialization()
139 init(buffer == null ? null : tokenizeQuotedAruments(buffer)); in initFromFile()174 public static String[] tokenizeQuotedAruments(char[] buffer) { in tokenizeQuotedAruments() method in CommandLine