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) |
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(Map<? extends String,? extends String> map) |
void |
putAll(Properties properties1) |
String |
putIfBlank(Enum s,
String s2) |
String |
putIfBlank(String s,
String s2) |
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 void putAll(Properties properties1)
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.