Searched refs:fromOptions (Results 1 – 1 of 1) sorted by relevance
364 public Options(Map<String, String> fromOptions) { in Options() argument366 setAll(fromOptions); in Options()370 private void setAll(Map<String, String> fromOptions) { in setAll() argument371 for (Map.Entry<String, String> e : fromOptions.entrySet()) { in setAll()