public interface Component
| Modifier and Type | Method and Description |
|---|---|
default void |
configure(Map<String,String> configuration) |
static boolean |
getOrDefault(Map<String,String> configuration,
String key,
boolean defaultValue) |
static Charset |
getOrDefault(Map<String,String> configuration,
String key,
Charset defaultValue) |
default String |
id() |
static String |
mandatory(Map<String,String> configuration,
String key) |
Copyright © 2017–2018 earcam. All rights reserved.