Searched refs:appendSwitchWithValue (Results 1 – 2 of 2) sorted by relevance
84 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue() method in CommandLine323 appendSwitchWithValue(switchString, null); in appendSwitch()332 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.JavaCommandLine365 appendSwitchWithValue(parts[0].substring(SWITCH_PREFIX.length()), value); in appendSwitchesInternal()390 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.NativeCommandLine
61 cl.appendSwitchWithValue(CL_ADDED_SWITCH_2, CL_ADDED_VALUE_2); in checkSettingThenGetting()