public class CustomProperties extends Object
| Constructor and Description |
|---|
CustomProperties() |
CustomProperties(Properties properties1) |
CustomProperties(String properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(String o) |
boolean |
containsValue(String o) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object o) |
String |
get(Enum o) |
String |
get(String o) |
Map<String,String> |
getMap() |
Properties |
getProperties() |
boolean |
has(Enum o) |
boolean |
has(String o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(Enum s,
String s2) |
String |
put(String s,
String s2) |
void |
putAll(CustomProperties p2) |
void |
putAll(CustomProperties p2,
String prefix) |
void |
putAll(Map<? extends String,? extends String> map) |
void |
putAll(Map<String,String> p2,
String prefix) |
void |
putAll(Properties p2) |
void |
putAll(Properties p2,
String prefix) |
void |
putAll(String properties) |
String |
putIfBlank(Enum s,
String s2) |
String |
putIfBlank(String s,
String s2) |
static CustomProperties |
read(String properties) |
String |
remove(Enum o) |
String |
remove(String o) |
int |
size() |
String |
toString() |
Collection<String> |
values() |
public CustomProperties()
public CustomProperties(Properties properties1)
public CustomProperties(String properties)
public static CustomProperties read(String properties)
public void putAll(String properties)
public void putAll(CustomProperties p2)
public void putAll(CustomProperties p2, String prefix)
public void putAll(Properties p2)
public void putAll(Properties p2, String prefix)
public Properties getProperties()
public boolean has(String o)
public boolean has(Enum o)
public int size()
public boolean isEmpty()
public boolean containsKey(String o)
public boolean containsValue(String o)
public void clear()
public Collection<String> values()
Copyright © 2004-2014. All Rights Reserved.