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(String o) |
Properties |
getProperties() |
boolean |
has(String o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String s,
String s2) |
void |
putAll(Map<? extends String,? extends String> map) |
void |
putAll(Properties properties1) |
String |
remove(String o) |
int |
size() |
Collection<String> |
values() |
public CustomProperties()
public CustomProperties(Properties properties1)
public CustomProperties(String properties) throws IOException
IOExceptionpublic void putAll(Properties properties1)
public Properties getProperties()
public boolean has(String 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.