[ini4j]

org.ini4j
Class IniPreferencesTest.Access

Object
  extended by IniPreferencesTest.Access
All Implemented Interfaces:
BeanAccess
Enclosing class:
IniPreferencesTest

public static class IniPreferencesTest.Access
extends Object
implements BeanAccess


Constructor Summary
IniPreferencesTest.Access(Preferences node)
           
 
Method Summary
 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)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniPreferencesTest.Access

public IniPreferencesTest.Access(Preferences node)
Method Detail

propAdd

public void propAdd(String propertyName,
                    String value)
Specified by:
propAdd in interface BeanAccess

propDel

public String propDel(String propertyName)
Specified by:
propDel in interface BeanAccess

propGet

public String propGet(String propertyName)
Specified by:
propGet in interface BeanAccess

propGet

public String propGet(String propertyName,
                      int index)
Specified by:
propGet in interface BeanAccess

propLength

public int propLength(String propertyName)
Specified by:
propLength in interface BeanAccess

propSet

public String propSet(String propertyName,
                      String value)
Specified by:
propSet in interface BeanAccess

propSet

public String propSet(String propertyName,
                      String value,
                      int index)
Specified by:
propSet in interface BeanAccess

[ini4j]