Searched refs:PROXY_CONFIG_OPTION_NAME (Results 1 – 1 of 1) sorted by relevance
31 private static final String PROXY_CONFIG_OPTION_NAME = "proxy-configuration"; field in ProxyConfiguration34 name = PROXY_CONFIG_OPTION_NAME,60 while (argsList.contains("--" + PROXY_CONFIG_OPTION_NAME)) { in clearCommandline()61 int index = argsList.indexOf("--" + PROXY_CONFIG_OPTION_NAME); in clearCommandline()