public static interface Properties.Reader
Properties.setObject(java.lang.String, java.lang.Object)
and Properties.getObject(java.lang.String, java.lang.Object)
methods.
Implementations of this class should be stored in "META_INF\debugger"
folder.Modifier and Type | Method and Description |
---|---|
String[] |
getSupportedClassNames()
Returns array of classNames supported by this reader.
|
Object |
read(String className,
Properties properties)
Reads object with given className.
|
void |
write(Object object,
Properties properties)
Writes given object to given properties subfolder.
|
String[] getSupportedClassNames()
Object read(String className, Properties properties)
className
- a name of class to be readedproperties
- a properties subfloder containing properties
for this objectvoid write(Object object, Properties properties)
object
- a object to be savedproperties
- a properties subfolder to be used