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