Searched refs:proxyPassword (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java215 private String proxyPassword = null; field in class:Options
713 proxyPassword = matcher.group(2);
814 if(proxyPassword!=null)
815 System.setProperty("http.proxyPassword", proxyPassword);

Completed in 33 milliseconds