public class SyncedProperties extends Object
Constructor and Description |
---|
SyncedProperties(File file) |
SyncedProperties(File file,
String header) |
SyncedProperties(File file,
String[] header) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(String value) |
boolean |
containsKey(String key) |
Enumeration |
elements() |
String |
getProperty(String property) |
String |
getProperty(String property,
String defaultValue) |
boolean |
isEmpty() |
Enumeration |
keys() |
void |
put(String property,
String value) |
void |
remove(String property) |
int |
size() |
public SyncedProperties(File file, String header) throws IOException
IOException
public SyncedProperties(File file, String[] header) throws IOException
IOException
public SyncedProperties(File file) throws IOException
IOException
public String getProperty(String property) throws IOException
IOException
public String getProperty(String property, String defaultValue) throws IOException
IOException
public void put(String property, String value) throws IOException
IOException
public void remove(String property) throws IOException
IOException
public void clear() throws IOException
IOException
public boolean contains(String value) throws IOException
IOException
public boolean containsKey(String key) throws IOException
IOException
public Enumeration elements() throws IOException
IOException
public Enumeration keys() throws IOException
IOException
public int size() throws IOException
IOException
public boolean isEmpty() throws IOException
IOException