public final class Properties extends Object
Modifier and Type | Method and Description |
---|---|
static PropertyEntry |
create(String key,
String value) |
static Map<String,String> |
makeAttributes(Collection<PropertyEntry> properties) |
static Map<String,String> |
makeAttributes(String prefix,
Collection<PropertyEntry> properties) |
public static PropertyEntry create(String key, String value)
public static Map<String,String> makeAttributes(Collection<PropertyEntry> properties)
public static Map<String,String> makeAttributes(String prefix, Collection<PropertyEntry> properties)