Searched refs:fromOptions (Results 1 – 1 of 1) sorted by relevance
390 public Options(Map<String, String> fromOptions) { in Options() argument392 setAll(fromOptions); in Options()396 private void setAll(Map<String, String> fromOptions) { in setAll() argument397 for (Map.Entry<String, String> e : fromOptions.entrySet()) { in setAll()