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