public class Configurable<T> extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
SPLITTER_P |
Constructor and Description |
---|
Configurable() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
createConfigurable(Class<T> c,
Dictionary<?,?> properties) |
static <T> T |
createConfigurable(Class<T> c,
Map<?,?> properties) |
static String |
mangleMethodName(String id) |
static List<String> |
unescape(String s) |
public static Pattern SPLITTER_P
public static <T> T createConfigurable(Class<T> c, Dictionary<?,?> properties)
Copyright © 2021 aQute SARL. All rights reserved.