org.ini4j
public static class IniPreferencesTest.Access extends Object implements BeanAccess
Constructor and Description |
---|
IniPreferencesTest.Access(Preferences node) |
Modifier and Type | Method and Description |
---|---|
void |
propAdd(String propertyName,
String value) |
String |
propDel(String propertyName) |
String |
propGet(String propertyName) |
String |
propGet(String propertyName,
int index) |
int |
propLength(String propertyName) |
String |
propSet(String propertyName,
String value) |
String |
propSet(String propertyName,
String value,
int index) |
public IniPreferencesTest.Access(Preferences node)
public void propAdd(String propertyName, String value)
propAdd
in interface BeanAccess
public String propDel(String propertyName)
propDel
in interface BeanAccess
public String propGet(String propertyName)
propGet
in interface BeanAccess
public String propGet(String propertyName, int index)
propGet
in interface BeanAccess
public int propLength(String propertyName)
propLength
in interface BeanAccess
public String propSet(String propertyName, String value)
propSet
in interface BeanAccess